From 7ac62047b1edbc4479e23106fa606719f82c69fb Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 27 Nov 2020 14:20:46 +0100 Subject: [PATCH] kernel: Create specific recipe for initramfs images Changing KERNEL_PACKAGE_NAME allows this variant of the kernel to live its own life in tmp/work/ instead of being shared in tmp/work-shared. It is also not providing virtual/kernel. This way, the "official" kernel (virtual/kernel) is never modified and rebuilt, leading to strange behavior regarding deployed licenses. BugzID: 69147 --- recipes-kernel/linux/linux-netmodule-initramfs.bb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes-kernel/linux/linux-netmodule-initramfs.bb diff --git a/recipes-kernel/linux/linux-netmodule-initramfs.bb b/recipes-kernel/linux/linux-netmodule-initramfs.bb new file mode 100644 index 0000000..8668e6a --- /dev/null +++ b/recipes-kernel/linux/linux-netmodule-initramfs.bb @@ -0,0 +1,4 @@ +require recipes-kernel/linux/linux-netmodule_git.bb + +KERNEL_PACKAGE_NAME = "initramfs-linux" +PROVIDES += "virtual/netmodule-image"