diff options
author | 2021-05-20 17:13:02 +0800 | |
---|---|---|
committer | 2021-06-01 11:36:09 +0800 | |
commit | a82c9a569ee85bb6ce3a8b9c1f578bdcd699fee5 (patch) | |
tree | c9840c17f7368ff1f677fbaadf8ca3eeb1c062a4 | |
parent | 9ea1443bae30302f04c0e16dff1e3725f5eee3ee (diff) | |
download | meta-zephyr-a82c9a569ee85bb6ce3a8b9c1f578bdcd699fee5.tar.gz meta-zephyr-a82c9a569ee85bb6ce3a8b9c1f578bdcd699fee5.tar.bz2 meta-zephyr-a82c9a569ee85bb6ce3a8b9c1f578bdcd699fee5.zip |
acrn.conf: drop acrn machine configuration1.0-hardknott-3.3
zephyr can be build for 'acrn' with following configuration:
MACHINE = "intel-x86-64"
ZEPHYR_BOARD = "acrn"
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/machine/acrn.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/machine/acrn.conf b/conf/machine/acrn.conf deleted file mode 100644 index c044933..0000000 --- a/conf/machine/acrn.conf +++ /dev/null @@ -1,9 +0,0 @@ -#@TYPE: Machine -#@NAME: acrn -#@DESCRIPTION: Machine for Zephyr BOARD acrn - -require conf/machine/include/qemu.inc -require conf/machine/include/tune-corei7-common.inc -ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot" - -ARCH_acrn = "x86" |