From e2cbfef31bf2de01d36e6eed27d8403235c4f314 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 1 Sep 2018 02:12:02 +0200 Subject: 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 Signed-off-by: Paul Eggleton --- 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" -- cgit 1.2.3-korg