aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-04-27 22:57:56 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-04-27 22:57:56 +0200
commit86d6684a9c4bff58109b5e875983a9f56aad5a1c (patch)
tree4c69acfffbe34a992663e3b27caa1c9448a4a002 /recipes/kexecboot
parent9e2951142fd5bf752ff9711e93fecbf9619eeb11 (diff)
downloadopenembedded-86d6684a9c4bff58109b5e875983a9f56aad5a1c.tar.gz
initramfs-kexecboot-image: just deploy cpio.gz
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/initramfs-kexecboot-image.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/kexecboot/initramfs-kexecboot-image.bb b/recipes/kexecboot/initramfs-kexecboot-image.bb
index 94f1ff75ef..01f9871c55 100644
--- a/recipes/kexecboot/initramfs-kexecboot-image.bb
+++ b/recipes/kexecboot/initramfs-kexecboot-image.bb
@@ -1,9 +1,9 @@
#initramfs image which mounts the rootfilesystem and kexecs a kernel from there
ONLINE_PACKAGE_MANAGEMENT = "none"
-IMAGE_FSTYPES += " cpio.gz"
-inherit image
+IMAGE_FSTYPES = "cpio.gz"
+# Deprecated: device nodes are populated by kexecboot now
# These devices need mmcblk* to be 254 instead of 179
IMAGE_DEVICE_TABLES_hx4700 = "device_table-oldmmc.txt"
IMAGE_DEVICE_TABLES_h2200 = "device_table-oldmmc.txt"
@@ -16,9 +16,11 @@ KEXECBOOT_IMAGEDEPENDS ?= ""
EXTRA_IMAGEDEPENDS = "${KEXECBOOT_IMAGEDEPENDS}"
IMAGE_INSTALL = "kexecboot"
-IMAGE_LINGUAS = ""
+IMAGE_LINGUAS = ""
IMAGE_LOGIN_MANAGER = ""
IMAGE_INIT_MANAGER = ""
IMAGE_INITSCRIPTS = ""
IMAGE_DEV_MANAGER = ""
+
+inherit image