aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2018-09-01 02:12:02 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2018-09-18 09:59:24 +1200
commite2cbfef31bf2de01d36e6eed27d8403235c4f314 (patch)
tree39cf12ac1d3ace7f5c85ba0ab0a59557e003e407 /recipes-kernel
parent8d263de5bc30894658394d868fc7c49dc8c8020d (diff)
downloadmeta-handheld-e2cbfef31bf2de01d36e6eed27d8403235c4f314.tar.gz
linux-*-kexecboot: rename *_SYMLINK_NAME variables to *_LINK_NAME and *_BASE_NAME to *_NAME
As done in kernel*.bbclass with commit id f952c8e08b4 Fix empty zaurus-installer. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb4
-rw-r--r--recipes-kernel/linux/linux-kexecboot_4.4.bb4
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"