From: Jeremy Laine Date: Wed, 7 May 2008 13:05:56 +0000 (+0000) Subject: qemux86.conf: add MACHINE_EXTRA_RRECOMMENDS for framebuffer support X-Git-Tag: Release-2010-05/1~6996 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf0c5d29fa3265a77c6cf13053e2cf16dc7c0cf;p=openembedded.git qemux86.conf: add MACHINE_EXTRA_RRECOMMENDS for framebuffer support --- diff --git a/conf/machine/qemux86.conf b/conf/machine/qemux86.conf index 7fbdbfb1a7..ad1138f422 100644 --- a/conf/machine/qemux86.conf +++ b/conf/machine/qemux86.conf @@ -9,6 +9,7 @@ PACKAGE_EXTRA_ARCHS = "x86" require conf/machine/include/qemu.inc MACHINE_FEATURES += "x86" +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-uvesafb v86d" KERNEL_IMAGETYPE = "bzImage"