summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@gmail.com>2010-06-13 11:56:12 +0200
committerJoshua Lock <josh@linux.intel.com>2010-07-05 15:49:33 +0100
commite5520e20abbcaa5c0c11851771eae462d2b68105 (patch)
tree5375b892b1c5a2acb3d6a48dbb9885439e837cdc /meta/conf/machine
parent34e45d5e28e77d8cdde71d2703582aa56bb40884 (diff)
downloadpoky-e5520e20abbcaa5c0c11851771eae462d2b68105.tar.gz
igep0020: add MACHINE_EXTRA_RRECOMMENDS on linux-firmware-sd8686.
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/igep0020.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/igep0020.conf b/meta/conf/machine/igep0020.conf
index 26f348c615..9ddbad65b3 100644
--- a/meta/conf/machine/igep0020.conf
+++ b/meta/conf/machine/igep0020.conf
@@ -19,7 +19,7 @@ XSERVER = "xserver-xf86-lite \
19GUI_MACHINE_CLASS = "bigscreen" 19GUI_MACHINE_CLASS = "bigscreen"
20 20
21#Ship all kernel modules till the board support has matured enough 21#Ship all kernel modules till the board support has matured enough
22MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 22MACHINE_EXTRA_RRECOMMENDS = " kernel-modules linux-firmware-sd8686"
23 23
24include conf/machine/include/tune-cortexa8.inc 24include conf/machine/include/tune-cortexa8.inc
25 25