diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-08-17 16:00:52 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-08-25 08:40:04 -0600 |
| commit | cbc9fbcdf4c98a9b2f45ffac6be6321b6480ab04 (patch) | |
| tree | b128a0de53f738b9791fe8778a3ee7cb6b8f4fd8 /meta-xilinx-core | |
| parent | f0df9f73fb65d678ac87ff2cc24dd8e30a6a88ce (diff) | |
| download | meta-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.conf | 10 |
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 | ||
| 6 | USE_BOARD = "${@"conf/machine/include/xilinx-board-pre.inc" if d.getVar("BOARD") or d.getVar("BOARD_VARIANT") else ""}" | ||
| 7 | require ${USE_BOARD} | ||
| 8 | unset USE_BOARD | ||
| 9 | |||
| 10 | #### Preamble | 5 | #### Preamble |
| 11 | MACHINEOVERRIDES =. "${@['', 'microblaze-generic:']['microblaze-generic' != '${MACHINE}']}" | 6 | MACHINEOVERRIDES =. "${@['', '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 |
| 96 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" | 91 | PACKAGE_EXTRA_ARCHS:append = "${@['', ' ${MB_MACHINE_ARCH}']['microblaze-generic' != "${MACHINE}"]}" |
| 97 | |||
| 98 | # Deprecated board config | ||
| 99 | USE_BOARD = "${@"conf/machine/include/xilinx-board-post.inc" if d.getVar("BOARD") or d.getVar("BOARD_VARIANT") else ""}" | ||
| 100 | require ${USE_BOARD} | ||
| 101 | unset USE_BOARD | ||
