[oe] [meta-initramfs][PATCH 3/3] initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME

Andrea Adami andrea.adami at gmail.com
Sun Apr 28 21:26:44 UTC 2013


* We used to export this in the days an external script handled the image
* generation. This is no longer the case and hence we no longer need
* this export.
* As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb       | 2 --
 meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 2 --
 2 files changed, 4 deletions(-)

diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
index e706ea8..dbe5583 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -16,8 +16,6 @@ IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs"
 # Do not pollute the initrd image with rootfs features
 IMAGE_FEATURES = ""
 
-export IMAGE_BASENAME = "initramfs-kexecboot-image"
-
 IMAGE_LINGUAS = ""
 IMAGE_LOGIN_MANAGER = ""
 IMAGE_INIT_MANAGER = ""
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
index 92f387c..8c90fd2 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -2,8 +2,6 @@ require initramfs-kexecboot-image.bb
 
 IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
 
-export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"
-
 # current version is known to fail on x86 and x86-64
 # due to missing vfscanf() in klibc
 COMPATIBLE_MACHINE_x86 = "(-)"
-- 
1.8.1.5





More information about the Openembedded-devel mailing list