summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-05-13 01:22:20 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-13 09:50:24 +0100
commit5c49f8c7c0b1954213f54acd3e9597209c65a8ad (patch)
tree14afbd655fcd65b81fd6ce94bc254e7e2f4c1f57 /meta-initramfs
parent7728dc5d2f4da064dba180247743dbe24e3c78a7 (diff)
downloadmeta-openembedded-5c49f8c7c0b1954213f54acd3e9597209c65a8ad.tar.gz
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@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb2
-rw-r--r--meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb2
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 e706ea8f3..dbe558397 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"
16# Do not pollute the initrd image with rootfs features 16# Do not pollute the initrd image with rootfs features
17IMAGE_FEATURES = "" 17IMAGE_FEATURES = ""
18 18
19export IMAGE_BASENAME = "initramfs-kexecboot-image"
20
21IMAGE_LINGUAS = "" 19IMAGE_LINGUAS = ""
22IMAGE_LOGIN_MANAGER = "" 20IMAGE_LOGIN_MANAGER = ""
23IMAGE_INIT_MANAGER = "" 21IMAGE_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 e4e52cf3b..37349e1e2 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 @@
1require initramfs-kexecboot-image.bb 1require initramfs-kexecboot-image.bb
2 2
3IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc" 3IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc"
4
5export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"