aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-01-25 00:06:39 +0100
committerAndrea Adami <andrea.adami@gmail.com>2017-02-09 00:04:17 +0100
commitbb90a3fd20859f986563c93b683b3b414a5d5bb1 (patch)
tree94816bf15637c92b18b9093d152a3593e2b007c3 /recipes-kernel
parent4002e4db59f4acf932ec9168a34e393859b4716e (diff)
downloadmeta-handheld-bb90a3fd20859f986563c93b683b3b414a5d5bb1.tar.gz
linux-gcw0-kexecboot_4.0: fix KERNEL_IMAGE_BASE_NAME
After commit 849b67b in oe-core it is possible to build multiple types of kernel at one time. This requires KERNEL_IMAGE_BASE_NAME and KERNEL_IMAGE_SYMLINK_NAME must not start with KERNEL_IMAGETYPE prefix as before. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb b/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
index bba69d9..9fbfdd9 100644
--- a/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
+++ b/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
@@ -4,8 +4,8 @@ SUMMARY = "GCW Zero kernel embedding a minimalistic kexecboot initramfs"
PACKAGES = ""
PROVIDES = ""
-KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-gcw0-kexecboot-${PV}-${MACHINE}"
-KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-gcw0-kexecboot-${MACHINE}"
+KERNEL_IMAGE_BASE_NAME = "gcw0-kexecboot-${PV}-${MACHINE}"
+KERNEL_IMAGE_SYMLINK_NAME = "gcw0-kexecboot-${MACHINE}"
# RAW for ubiboot
KERNEL_IMAGETYPE = "vmlinuz.bin"