diff options
author | 2019-12-02 19:08:46 +0800 | |
---|---|---|
committer | 2019-12-09 13:08:38 +0800 | |
commit | 3fc929d55545ea7daebce2fc7ea6a8dc20703d0b (patch) | |
tree | 14ba952c78d6f38532a2de9201d184760c960d21 | |
parent | 0fb7ad1daeb46f19d09a9f36d2cc53ddd777d62b (diff) | |
download | meta-zephyr-3fc929d55545ea7daebce2fc7ea6a8dc20703d0b.tar.gz meta-zephyr-3fc929d55545ea7daebce2fc7ea6a8dc20703d0b.tar.bz2 meta-zephyr-3fc929d55545ea7daebce2fc7ea6a8dc20703d0b.zip |
acrn.conf: add new machine
Add new acrn machine, which actually is $BOARD
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/machine/acrn.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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" |