mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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:
10
conf/machine/acrn.conf
Normal file
10
conf/machine/acrn.conf
Normal 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"
|
||||
Reference in New Issue
Block a user