Add new acrn machine, which actually is $BOARD Signed-off-by: Naveen Saini <[email protected]> --- conf/machine/acrn.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/machine/acrn.conf
diff --git a/conf/machine/acrn.conf b/conf/machine/acrn.conf new file mode 100644 index 0000000..96a7d66 --- /dev/null +++ b/conf/machine/acrn.conf @@ -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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47496): https://lists.yoctoproject.org/g/yocto/message/47496 Mute This Topic: https://lists.yoctoproject.org/mt/64687820/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
