genericx86: ship all the driver firmware by default

By shipping all firmware, hopefully more hardware will work out of the box.

(From meta-yocto rev: a924eff3c467bfd8d866ebbe27e4ed9663c98652)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-07-29 16:22:58 +00:00 committed by Richard Purdie
parent 5efc59a7f6
commit 9de0ad4746
1 changed files with 1 additions and 1 deletions

View File

@ -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"