aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-01-15 01:03:05 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-15 23:59:32 +0000
commit3021e1fc380067666a63fa5b2bdfc5fd16282973 (patch)
treed6ef902421eace7b4153a00bedc3a897624ac1b0 /recipes-bsp
parentd02e9507e69374cbb892726dc2ceb8b411abef8e (diff)
downloadmeta-handheld-3021e1fc380067666a63fa5b2bdfc5fd16282973.tar.gz
initramfs-kexecboot-* images: adapt to oe-core
* Set IMAGE_FEATURES = "" to prevent the setting of things * like EXTRA_IMAGE_FEATURES in local.conf (from oe-core). * Readd IMAGE_BASENAME like all other images are doing. * Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-image.bb5
-rw-r--r--recipes-bsp/images/initramfs-kexecboot-klibc-image.bb2
2 files changed, 7 insertions, 0 deletions
diff --git a/recipes-bsp/images/initramfs-kexecboot-image.bb b/recipes-bsp/images/initramfs-kexecboot-image.bb
index a1609d6..5321ed5 100644
--- a/recipes-bsp/images/initramfs-kexecboot-image.bb
+++ b/recipes-bsp/images/initramfs-kexecboot-image.bb
@@ -11,6 +11,11 @@ EXTRA_IMAGEDEPENDS = ""
IMAGE_INSTALL = "kexecboot"
+# 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/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
index d8e92ca..6c6de7a 100644
--- a/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
+++ b/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
@@ -1,3 +1,5 @@
require initramfs-kexecboot-image.bb
IMAGE_INSTALL = "kexecboot-klibc"
+
+export IMAGE_BASENAME = "initramfs-kexecboot-klibc-image"