From: Denis 'Gnutoo' Carikli Date: Fri, 12 Feb 2010 19:05:14 +0000 (+0100) Subject: bug.conf : depends on kernel-modules X-Git-Tag: Release-2010-05/1~491^2~286 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0911f0ad43f8b919611516f34aaaeb51dccf5bf8;p=openembedded.git bug.conf : depends on kernel-modules Most users would want all modules,moreover some modules are needed for framebuffer --- diff --git a/conf/machine/bug.conf b/conf/machine/bug.conf index 204b55c61f..e45629d191 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"