diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-09-18 23:32:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 21:58:06 +0100 |
commit | 425a38ae1f625f25d05cfa2e9324c50695593685 (patch) | |
tree | e68c5e3029ac01b3f4d259c3666658f3795dd83f | |
parent | d3e6e1054c148983370febdab362628d9854bc24 (diff) | |
download | poky-425a38ae1f625f25d05cfa2e9324c50695593685.tar.gz |
genericx86-common.inc: support boot by runqemu
(From meta-yocto rev: aac30f9e8e5ec06479750d460e7342bc990e87fe)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 16b689de0a..6c4af7ea25 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 @@ | |||
1 | include conf/machine/include/x86-base.inc | 1 | include conf/machine/include/x86-base.inc |
2 | require conf/machine/include/qemuboot-x86.inc | ||
2 | MACHINE_FEATURES += "wifi efi pcbios" | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
3 | 4 | ||
4 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |