initramfs-image: Make intiramfs images cpio.gz
authorKelvie Wong <kwong@wurldtech.com>
Sat, 25 Sep 2010 07:07:04 +0000 (07:07 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 10:09:04 +0000 (03:09 -0700)
The kernel doesn't recognize anything else, anyways.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/images/initramfs-image.bb

index e518984..ba9d8fe 100644 (file)
@@ -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.