[oe-commits] Kelvie Wong : initramfs-image: Make intiramfs images cpio.gz

git version control git at git.openembedded.org
Sun Oct 10 10:11:41 UTC 2010


Module: openembedded.git
Branch: master
Commit: 56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d

Author: Kelvie Wong <kwong at wurldtech.com>
Date:   Sat Sep 25 07:07:04 2010 +0000

initramfs-image: Make intiramfs images cpio.gz

The kernel doesn't recognize anything else, anyways.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/images/initramfs-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/images/initramfs-image.bb b/recipes/images/initramfs-image.bb
index e518984..ba9d8fe 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.





More information about the Openembedded-commits mailing list