[oe] [meta-handheld][PATCH] linux-*-kexecboot: rename *_SYMLINK_NAME variables to *_LINK_NAME and *_BASE_NAME to *_NAME

Andrea Adami andrea.adami at gmail.com
Sat Sep 1 00:12:02 UTC 2018


As done in kernel*.bbclass with commit id f952c8e08b4

Fix empty zaurus-installer.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb | 4 ++--
 recipes-kernel/linux/linux-kexecboot_4.4.bb      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb b/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
index 64480eb..4d2def7 100644
--- a/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
+++ b/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
@@ -7,8 +7,8 @@ inherit nopackages
 PACKAGES = ""
 PROVIDES = ""
 
-KERNEL_IMAGE_BASE_NAME = "gcw0-kexecboot-${PV}-${MACHINE}"
-KERNEL_IMAGE_SYMLINK_NAME = "gcw0-kexecboot-${MACHINE}"
+KERNEL_IMAGE_NAME = "gcw0-kexecboot-${PV}-${MACHINE}"
+KERNEL_IMAGE_LINK_NAME = "gcw0-kexecboot-${MACHINE}"
 
 # RAW for ubiboot
 KERNEL_IMAGETYPE = "vmlinuz.bin"
diff --git a/recipes-kernel/linux/linux-kexecboot_4.4.bb b/recipes-kernel/linux/linux-kexecboot_4.4.bb
index 576eea0..4a3df18 100644
--- a/recipes-kernel/linux/linux-kexecboot_4.4.bb
+++ b/recipes-kernel/linux/linux-kexecboot_4.4.bb
@@ -21,8 +21,8 @@ inherit nopackages
 PACKAGES = ""
 PROVIDES = ""
 
-KERNEL_IMAGE_BASE_NAME = "kexecboot-${PV}-${MACHINE}"
-KERNEL_IMAGE_SYMLINK_NAME = "kexecboot-${MACHINE}"
+KERNEL_IMAGE_NAME = "kexecboot-${PV}-${MACHINE}"
+KERNEL_IMAGE_LINK_NAME = "kexecboot-${MACHINE}"
 
 INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
 INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_image_complete"
-- 
2.7.4




More information about the Openembedded-devel mailing list