summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-18 20:26:09 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 15:37:05 -0800
commitf9cec6e733c53eac14ad2f9d6c10c8fad9862a8c (patch)
tree4aef0a1d06966fd26b4f8c746bf80942381cac3b /meta-xilinx-standalone/recipes-bsp
parent81a6bfd7943bafb4b26db650ad2af453868d60f0 (diff)
downloadmeta-xilinx-f9cec6e733c53eac14ad2f9d6c10c8fad9862a8c.tar.gz
Move away from PACKAGE_ARCH = "BOARD_ARCH" or "BOARDVARIANT_ARCH"
PACKAGE_ARCH should not be MACHINE_ARCH, unless a specific override is being used for compatibility. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc4
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc4
4 files changed, 4 insertions, 12 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
index 03292633..99101d09 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
@@ -7,9 +7,7 @@ COMPATIBLE_MACHINE = "none"
7COMPATIBLE_MACHINE:zynq = ".*" 7COMPATIBLE_MACHINE:zynq = ".*"
8COMPATIBLE_MACHINE:zynqmp = ".*" 8COMPATIBLE_MACHINE:zynqmp = ".*"
9 9
10# Specify a default in case boardvariant isn't available 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
index 08f4b4e1..355a55ed 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc
@@ -7,9 +7,7 @@ COMPATIBLE_HOST = "microblaze.*-elf"
7COMPATIBLE_MACHINE = "none" 7COMPATIBLE_MACHINE = "none"
8COMPATIBLE_MACHINE:versal = ".*" 8COMPATIBLE_MACHINE:versal = ".*"
9 9
10# Specify a default in case boardvariant isn't available 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15B = "${S}/lib/sw_apps/versal_plm/src" 13B = "${S}/lib/sw_apps/versal_plm/src"
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
index 9912fa0b..22352fab 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc
@@ -6,9 +6,7 @@ COMPATIBLE_HOST = "microblaze.*-elf"
6COMPATIBLE_MACHINE = "none" 6COMPATIBLE_MACHINE = "none"
7COMPATIBLE_MACHINE:zynqmp = ".*" 7COMPATIBLE_MACHINE:zynqmp = ".*"
8 8
9# Specify a default in case boardvariant isn't available 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
11PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
12 10
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14B = "${S}/lib/sw_apps/zynqmp_pmufw/src" 12B = "${S}/lib/sw_apps/zynqmp_pmufw/src"
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
index 806592c2..2bdae284 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc
@@ -7,9 +7,7 @@ COMPATIBLE_HOST = "microblaze.*-elf"
7COMPATIBLE_MACHINE = "none" 7COMPATIBLE_MACHINE = "none"
8COMPATIBLE_MACHINE:versal = ".*" 8COMPATIBLE_MACHINE:versal = ".*"
9 9
10# Specify a default in case boardvariant isn't available 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
12PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
13 11
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15B = "${S}/lib/sw_apps/versal_psmfw/src" 13B = "${S}/lib/sw_apps/versal_psmfw/src"