Added CONFIG_X86_64 since ACRN hypervisor supports x86_64 capable
platforms only.

Ref:
https://github.com/zephyrproject-rtos/zephyr/commit/d0126a037d23484feebba00d2c0eac27e6393fef

Signed-off-by: Naveen Saini <naveen.kumar.sa...@intel.com>
---
 conf/machine/acrn.conf                      | 3 +--
 conf/machine/include/tune-corei7-common.inc | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 conf/machine/include/tune-corei7-common.inc

diff --git a/conf/machine/acrn.conf b/conf/machine/acrn.conf
index 96a7d66..c044933 100644
--- a/conf/machine/acrn.conf
+++ b/conf/machine/acrn.conf
@@ -3,8 +3,7 @@
 #@DESCRIPTION: Machine for Zephyr BOARD acrn
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-i586.inc
-
+require conf/machine/include/tune-corei7-common.inc
 ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
 
 ARCH_acrn = "x86"
diff --git a/conf/machine/include/tune-corei7-common.inc 
b/conf/machine/include/tune-corei7-common.inc
new file mode 100644
index 0000000..7ad9516
--- /dev/null
+++ b/conf/machine/include/tune-corei7-common.inc
@@ -0,0 +1,3 @@
+DEFAULTTUNE ?= "corei7-64"
+require conf/machine/include/tune-corei7.inc
+require conf/machine/include/x86-base.inc
-- 
2.7.4

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50790): https://lists.yoctoproject.org/g/yocto/message/50790
Mute This Topic: https://lists.yoctoproject.org/mt/77048713/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to