All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] add kernel-module-loop to roofs for collie and tosa
@ 2008-01-30 11:11 Junqian Gordon Xu
  2008-01-30 11:23 ` [Angstrom-devel] " Marcin Juszkiewicz
  2008-01-30 12:45 ` Thomas Kunze
  0 siblings, 2 replies; 6+ messages in thread
From: Junqian Gordon Xu @ 2008-01-30 11:11 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions
  Cc: angstrom-distro-devel

altboot-console-image needs loopback file support either in the kernel 
or as kernel module. CONFIG_BLK_DEV_LOOP=m were set for both collie and 
tosa. Other Z deviced has loopback file support built into the kernel. 
I would propose the following change [both dev and stable] to pack 
kernel-module-loop into the default rootfs for collie and tosa; and bump 
PR for task-base.

============================================================
--- conf/machine/collie.conf	c23a85835bc13ac978f36742cfc8ccf5880e0ec8
+++ conf/machine/collie.conf	062e7d70c35cf3f4db0e10e8b9f254fd47e39952
@@ -14,5 +14,7 @@ IMAGE_FSTYPES ?= "jffs2 tar.gz"
  IMAGE_LINGUAS = ""
  IMAGE_FSTYPES ?= "jffs2 tar.gz"

+MACHINE_EXTRA_RRECOMMENDS += "kernel-module-loop"
+
  ROOT_FLASH_SIZE = "14"
  # actually 14680064, see EXTRA_IMAGECMD above
============================================================
--- conf/machine/tosa.conf	bdda7deb7ee9f2d950ee255097efcdfa1cf7a39a
+++ conf/machine/tosa.conf	94e6eda28ba66d57c2ef49c6c11c78bf0c311349
@@ -7,6 +7,6 @@ IMAGE_FSTYPES ?= "jffs2"
  IMAGE_FSTYPES ?= "jffs2"

  # wlan-ng Modules
-MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb"
+MACHINE_EXTRA_RRECOMMENDS += "wlan-ng-modules-usb kernel-module-loop"

  ROOT_FLASH_SIZE = "28"


Regards
Gordon



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

end of thread, other threads:[~2008-02-01  4:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 11:11 [RFC] add kernel-module-loop to roofs for collie and tosa Junqian Gordon Xu
2008-01-30 11:23 ` [Angstrom-devel] " Marcin Juszkiewicz
2008-01-30 12:22   ` Junqian Gordon Xu
2008-01-30 16:11     ` Marcin Juszkiewicz
2008-02-01  4:21       ` Junqian Gordon Xu
2008-01-30 12:45 ` Thomas Kunze

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.