From a924eff3c467bfd8d866ebbe27e4ed9663c98652 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 29 Jul 2013 16:22:58 +0000 Subject: [PATCH] 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 --- 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 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" -- 2.47.3