From 3fc929d55545ea7daebce2fc7ea6a8dc20703d0b Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Mon, 2 Dec 2019 19:08:46 +0800 Subject: [PATCH] acrn.conf: add new machine Add new acrn machine, which actually is $BOARD Signed-off-by: Naveen Saini --- 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"