diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-06-21 18:02:39 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-23 11:19:10 -0500 |
commit | c6428720d6aaaa3f3db873173b7257777fb7c752 (patch) | |
tree | 39a3926626829f258538d4ca63e12c37b8ad9fa6 /meta-xilinx-bsp/conf/machine/vck190-versal.conf | |
parent | 669660cd808c74d80f6966bd74ca574b45e472d0 (diff) | |
download | meta-xilinx-c6428720d6aaaa3f3db873173b7257777fb7c752.tar.gz |
machine: Remove BOARD overrides from xilinx bsp layer
Using BOARD variable are deprecated, hence remove it. Machine conf
files using BOARD overrides now will be replaced with machineoverrides.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/vck190-versal.conf')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/vck190-versal.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vck190-versal.conf b/meta-xilinx-bsp/conf/machine/vck190-versal.conf index 76b3cf1d..02f1c015 100644 --- a/meta-xilinx-bsp/conf/machine/vck190-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vck190-versal.conf | |||
@@ -2,10 +2,6 @@ | |||
2 | #@NAME: vck190-versal | 2 | #@NAME: vck190-versal |
3 | #@DESCRIPTION: Machine configuration for the VCK190 evaluation board. | 3 | #@DESCRIPTION: Machine configuration for the VCK190 evaluation board. |
4 | 4 | ||
5 | # Compatibility with old BOARD value. | ||
6 | # TODO - Remove these once removed from petalinux bsp | ||
7 | MACHINEOVERRIDES =. "vck190:" | ||
8 | |||
9 | #### Preamble | 5 | #### Preamble |
10 | MACHINEOVERRIDES =. "${@['', 'vck190-versal:']['vck190-versal' !='${MACHINE}']}" | 6 | MACHINEOVERRIDES =. "${@['', 'vck190-versal:']['vck190-versal' !='${MACHINE}']}" |
11 | #### Regular settings follow | 7 | #### Regular settings follow |