aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKelvie Wong <kwong@wurldtech.com>2010-09-25 07:07:04 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-10 03:09:04 -0700
commit56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d (patch)
tree80d0d50c45ceddbdd2a28ef54e5321e4339850d1 /recipes
parent22b4c17b8e6004dceecbd78a17c951a45a3c9b60 (diff)
downloadopenembedded-56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d.tar.gz
initramfs-image: Make intiramfs images cpio.gz
The kernel doesn't recognize anything else, anyways. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/initramfs-image.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/initramfs-image.bb b/recipes/images/initramfs-image.bb
index e5189849ba..ba9d8feded 100644
--- a/recipes/images/initramfs-image.bb
+++ b/recipes/images/initramfs-image.bb
@@ -3,6 +3,7 @@
# recursive) and NFS.
IMAGE_INSTALL = "busybox-static initramfs-module-block initramfs-module-loop initramfs-module-nfs"
+IMAGE_FSTYPES = "cpio.gz"
IMAGE_LINGUAS = ""
# Remove any kernel-image that the kernel-module-* packages may have pulled in.