From: Ross Burton Date: Mon, 29 Jul 2013 16:22:58 +0000 (+0000) Subject: genericx86: ship all the driver firmware by default X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a924eff3c467bfd8d866ebbe27e4ed9663c98652;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86: ship all the driver firmware by default By shipping all firmware, hopefully more hardware will work out of the box. Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index e37f36629db..88464faeaab 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -27,7 +27,7 @@ XSERVER ?= "xserver-xorg \ #MACHINE_EXTRA_RDEPENDS = "rt2860" -MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts linux-firmware" IMAGE_FSTYPES ?= "ext3 cpio.gz live"