All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] initramfs-image: Make intiramfs images cpio.gz
@ 2010-09-25 17:07 Kelvie Wong
  2010-09-25 17:07 ` [PATCH 2/3] initramfs-module-udev: New module Kelvie Wong
  2010-09-25 17:07 ` [PATCH 3/3] initramfs-udev-image: new image target Kelvie Wong
  0 siblings, 2 replies; 7+ messages in thread
From: Kelvie Wong @ 2010-09-25 17:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kelvie Wong

The kernel doesn't recognize anything else, anyways.
---
 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.
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-27 15:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 17:07 [PATCH 1/3] initramfs-image: Make intiramfs images cpio.gz Kelvie Wong
2010-09-25 17:07 ` [PATCH 2/3] initramfs-module-udev: New module Kelvie Wong
2010-09-25 22:29   ` Otavio Salvador
2010-09-27 14:39     ` Kelvie Wong
2010-09-27 14:51       ` Otavio Salvador
2010-09-27 15:42         ` Kelvie Wong
2010-09-25 17:07 ` [PATCH 3/3] initramfs-udev-image: new image target Kelvie Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.