diff options
author | 2021-07-19 17:15:30 +0800 | |
---|---|---|
committer | 2021-07-27 11:11:01 +0800 | |
commit | 80276ffd015c485c9dad1a53218067360f1a1b44 (patch) | |
tree | 15f5523d23705c1169b959476510652ed6c26b7f | |
parent | 14a33ef85fb1e36c1382c31a185d5845e39cefd0 (diff) | |
download | meta-zephyr-80276ffd015c485c9dad1a53218067360f1a1b44.tar.gz meta-zephyr-80276ffd015c485c9dad1a53218067360f1a1b44.tar.bz2 meta-zephyr-80276ffd015c485c9dad1a53218067360f1a1b44.zip |
intel-x86-32.conf: drop machine configuration
Support for 'minnowboard' and 'up_squared_32' BOARDS have been removed.
https://github.com/zephyrproject-rtos/zephyr/commit/ec5e3017acb1bb4aa802349dcc684eacbefef01c
https://github.com/zephyrproject-rtos/zephyr/commit/11b8dd85b976e9c56861e9cdc0695ea60a96e617
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/machine/include/tune-core2-common.inc | 6 | ||||
-rw-r--r-- | conf/machine/intel-x86-32.conf | 12 |
2 files changed, 0 insertions, 18 deletions
diff --git a/conf/machine/include/tune-core2-common.inc b/conf/machine/include/tune-core2-common.inc deleted file mode 100644 index 012f078..0000000 --- a/conf/machine/include/tune-core2-common.inc +++ /dev/null @@ -1,6 +0,0 @@ -DEFAULTTUNE ?= "core2-32" -require conf/machine/include/tune-core2.inc -require conf/machine/include/x86-base.inc - -# Add x86 to MACHINEOVERRIDES -MACHINEOVERRIDES =. "x86:" diff --git a/conf/machine/intel-x86-32.conf b/conf/machine/intel-x86-32.conf deleted file mode 100644 index 06f6da5..0000000 --- a/conf/machine/intel-x86-32.conf +++ /dev/null @@ -1,12 +0,0 @@ -#@TYPE: Machine -#@NAME: intel-x86-32 -#@DESCRIPTION: common MACHINE for 32-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'minnowboard' board. - -require conf/machine/include/tune-core2-common.inc - -ARCH_intel-x86-32 = "x86" - -# Supported Boards: -# ZEPHYR_BOARD ?= "minnowboard" -# ZEPHYR_BOARD ?= "up_squared_32" -ZEPHYR_BOARD ?= "minnowboard" |