From: Ross Burton Date: Wed, 21 Aug 2013 17:15:19 +0000 (+0100) Subject: genericx86: add v86d to machine recommends so Vesa framebuffer works X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63b1950f0b24a19dc3c91f5030c1eba5f9c6882b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86: add v86d to machine recommends so Vesa framebuffer works Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 88464faeaab..e144754bcbf 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 linux-firmware" +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts linux-firmware v86d" IMAGE_FSTYPES ?= "ext3 cpio.gz live"