diff options
author | Enric Balletbo i Serra <eballetbo@gmail.com> | 2010-06-13 11:56:12 +0200 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-07-05 15:49:33 +0100 |
commit | e5520e20abbcaa5c0c11851771eae462d2b68105 (patch) | |
tree | 5375b892b1c5a2acb3d6a48dbb9885439e837cdc /meta/conf/machine | |
parent | 34e45d5e28e77d8cdde71d2703582aa56bb40884 (diff) | |
download | openembedded-core-e5520e20abbcaa5c0c11851771eae462d2b68105.tar.gz openembedded-core-e5520e20abbcaa5c0c11851771eae462d2b68105.tar.bz2 openembedded-core-e5520e20abbcaa5c0c11851771eae462d2b68105.zip |
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.conf | 2 |
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 \ GUI_MACHINE_CLASS = "bigscreen" #Ship all kernel modules till the board support has matured enough -MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules linux-firmware-sd8686" include conf/machine/include/tune-cortexa8.inc |