From 56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d Mon Sep 17 00:00:00 2001 From: Kelvie Wong Date: Sat, 25 Sep 2010 07:07:04 +0000 Subject: [PATCH] initramfs-image: Make intiramfs images cpio.gz The kernel doesn't recognize anything else, anyways. Signed-off-by: Khem Raj --- recipes/images/initramfs-image.bb | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5