[meta-zephyr][PATCH] intel-x86-32.conf: drop machine configuration
Naveen Saini
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@...> --- conf/machine/include/tune-core2-common.inc | 6 ------ conf/machine/intel-x86-32.conf | 12 ------------ 2 files changed, 18 deletions(-) delete mode 100644 conf/machine/include/tune-core2-common.inc delete mode 100644 conf/machine/intel-x86-32.conf 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" -- 2.17.1
|
|