acrn.conf: add new machine

Add new acrn machine, which actually is $BOARD

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2019-12-02 19:08:46 +08:00
parent 0fb7ad1dae
commit 3fc929d555

10
conf/machine/acrn.conf Normal file
View File

@@ -0,0 +1,10 @@
#@TYPE: Machine
#@NAME: acrn
#@DESCRIPTION: Machine for Zephyr BOARD acrn
require conf/machine/include/qemu.inc
require conf/machine/include/tune-i586.inc
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
ARCH_acrn = "x86"