summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-08-17 16:00:52 -0600
committerMark Hatle <mark.hatle@amd.com>2024-08-25 08:40:04 -0600
commitcbc9fbcdf4c98a9b2f45ffac6be6321b6480ab04 (patch)
treeb128a0de53f738b9791fe8778a3ee7cb6b8f4fd8 /meta-xilinx-core
parentf0df9f73fb65d678ac87ff2cc24dd8e30a6a88ce (diff)
downloadmeta-xilinx-cbc9fbcdf4c98a9b2f45ffac6be6321b6480ab04.tar.gz
microblaze-generic: Remove obsolete USE_BOARD settings
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/conf/machine/microblaze-generic.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf
index 12f57a2c..7beb6a7e 100644
--- a/meta-xilinx-core/conf/machine/microblaze-generic.conf
+++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf
@@ -2,11 +2,6 @@
2#@NAME: microblaze-generic 2#@NAME: microblaze-generic
3#@DESCRIPTION: Machine configuration for the microblaze-generic devices 3#@DESCRIPTION: Machine configuration for the microblaze-generic devices
4 4
5# Deprecated board config
6USE_BOARD = "${@"conf/machine/include/xilinx-board-pre.inc" if d.getVar("BOARD") or d.getVar("BOARD_VARIANT") else ""}"
7require ${USE_BOARD}
8unset USE_BOARD
9
10#### Preamble 5#### Preamble
11MACHINEOVERRIDES =. "${@['', 'microblaze-generic:']['microblaze-generic' != '${MACHINE}']}" 6MACHINEOVERRIDES =. "${@['', 'microblaze-generic:']['microblaze-generic' != '${MACHINE}']}"
12#### Regular settings follow 7#### Regular settings follow
@@ -94,8 +89,3 @@ QB_XILINX_SERIAL ?= ""
94#### No additional settings should be after the Postamble 89#### No additional settings should be after the Postamble
95#### Postamble 90#### Postamble
96PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" 91PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}"
97
98# Deprecated board config
99USE_BOARD = "${@"conf/machine/include/xilinx-board-post.inc" if d.getVar("BOARD") or d.getVar("BOARD_VARIANT") else ""}"
100require ${USE_BOARD}
101unset USE_BOARD