[oe-commits] Denis 'Gnutoo' Carikli : bug.conf : depends on kernel-modules

git version control git at git.openembedded.org
Sat Feb 13 01:07:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0911f0ad43f8b919611516f34aaaeb51dccf5bf8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0911f0ad43f8b919611516f34aaaeb51dccf5bf8

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Feb 12 20:05:14 2010 +0100

bug.conf : depends on kernel-modules

Most users would want all modules,moreover some modules are needed
  for framebuffer

---

 conf/machine/bug.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf
index 204b55c..e45629d 100644
--- a/conf/machine/bug.conf
+++ b/conf/machine/bug.conf
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for the BUG base unit.
 TARGET_ARCH = "arm"
 
-MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw"
+MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules"
 PREFERRED_PROVIDER_virtual/kernel = "linux-bug"
 
 MACHINE_FEATURES = "kernel26 screen touchscreen hotplug alsa wifi usbhost usbgadget"





More information about the Openembedded-commits mailing list