From: Robert Yang Date: Mon, 19 Sep 2016 06:32:08 +0000 (-0700) Subject: genericx86-common.inc: support boot by runqemu X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aac30f9e8e5ec06479750d460e7342bc990e87fe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86-common.inc: support boot by runqemu Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 16b689de0a4..6c4af7ea25e 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc @@ -1,4 +1,5 @@ include conf/machine/include/x86-base.inc +require conf/machine/include/qemuboot-x86.inc MACHINE_FEATURES += "wifi efi pcbios" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"