From 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 29 Jul 2013 16:22:58 +0000 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/genericx86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index e37f36629d..88464faeaa 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" -- cgit v1.2.3-54-g00ecf