[oe-commits] Andrea Adami : initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME

git at git.openembedded.org git at git.openembedded.org
Mon May 13 14:13:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 5c49f8c7c0b1954213f54acd3e9597209c65a8ad
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5c49f8c7c0b1954213f54acd3e9597209c65a8ad

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon May 13 01:22:20 2013 +0200

initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME

* 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>

---

 .../images/initramfs-kexecboot-image.bb            |    2 --
 .../images/initramfs-kexecboot-klibc-image.bb      |    2 --
 2 files changed, 0 insertions(+), 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 e4e52cf..37349e1 100644
--- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -1,5 +1,3 @@
 require initramfs-kexecboot-image.bb
 
 IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
-
-export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"





More information about the Openembedded-commits mailing list