summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb5
-rw-r--r--meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb5
-rw-r--r--meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb5
-rw-r--r--meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb5
4 files changed, 12 insertions, 8 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb b/meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb
index c7bb00f2..f2342041 100644
--- a/meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb
+++ b/meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb
@@ -10,8 +10,9 @@ COMPATIBLE_MACHINE = "^$"
10COMPATIBLE_MACHINE_zynq = "zynq" 10COMPATIBLE_MACHINE_zynq = "zynq"
11COMPATIBLE_MACHINE_zynqmp = "zynqmp" 11COMPATIBLE_MACHINE_zynqmp = "zynqmp"
12 12
13# This is really BOARD specific, but we'll set it MACHINE for now. 13# Specify a default in case boardvariant isn't available
14PACKAGE_ARCH = "${MACHINE_ARCH}" 14BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
15PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
15 16
16# Default would be a multiconfig (versal) build 17# Default would be a multiconfig (versal) build
17# For this to work, BBMULTICONFIG += "fsbl-fw" must be in the user's local.conf! 18# For this to work, BBMULTICONFIG += "fsbl-fw" must be in the user's local.conf!
diff --git a/meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb b/meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb
index c6b5a107..dbc0c079 100644
--- a/meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb
+++ b/meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb
@@ -10,8 +10,9 @@ INHERIT_DEFAULT_DEPENDS = "1"
10COMPATIBLE_MACHINE = "^$" 10COMPATIBLE_MACHINE = "^$"
11COMPATIBLE_MACHINE_versal = "versal" 11COMPATIBLE_MACHINE_versal = "versal"
12 12
13# This is really BOARD specific, but we'll set it MACHINE for now. 13# Specify a default in case boardvariant isn't available
14PACKAGE_ARCH = "${MACHINE_ARCH}" 14BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
15PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
15 16
16# Default would be a multiconfig (versal) build 17# Default would be a multiconfig (versal) build
17# For this to work, BBMULTICONFIG += "versal-fw" must be in the user's local.conf! 18# For this to work, BBMULTICONFIG += "versal-fw" must be in the user's local.conf!
diff --git a/meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb b/meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb
index b23ece4a..1400e3b3 100644
--- a/meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb
+++ b/meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb
@@ -9,8 +9,9 @@ INHERIT_DEFAULT_DEPENDS = "1"
9COMPATIBLE_MACHINE = "^$" 9COMPATIBLE_MACHINE = "^$"
10COMPATIBLE_MACHINE_zynqmp = "zynqmp" 10COMPATIBLE_MACHINE_zynqmp = "zynqmp"
11 11
12# This is really BOARD specific, but we'll set it MACHINE for now. 12# Specify a default in case boardvariant isn't available
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
14PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
14 15
15# Default would be a multiconfig (zynqmp-pmufw) build 16# Default would be a multiconfig (zynqmp-pmufw) build
16# For this to work, BBMULTICONFIG += "zynqmp-pmufw" must be in the user's local.conf! 17# For this to work, BBMULTICONFIG += "zynqmp-pmufw" must be in the user's local.conf!
diff --git a/meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb b/meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb
index b5c54879..ea41f8ff 100644
--- a/meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb
+++ b/meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb
@@ -10,8 +10,9 @@ INHERIT_DEFAULT_DEPENDS = "1"
10COMPATIBLE_MACHINE = "^$" 10COMPATIBLE_MACHINE = "^$"
11COMPATIBLE_MACHINE_versal = "versal" 11COMPATIBLE_MACHINE_versal = "versal"
12 12
13# This is really BOARD specific, but we'll set it MACHINE for now. 13# Specify a default in case boardvariant isn't available
14PACKAGE_ARCH = "${MACHINE_ARCH}" 14BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}"
15PACKAGE_ARCH = "${BOARDVARIANT_ARCH}"
15 16
16# Default would be a multiconfig (versal) build 17# Default would be a multiconfig (versal) build
17# For this to work, BBMULTICONFIG += "versal-fw" must be in the user's local.conf! 18# For this to work, BBMULTICONFIG += "versal-fw" must be in the user's local.conf!