diff options
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/embeddedsw/fsbl.bb | 5 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/embeddedsw/plmfw.bb | 5 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/embeddedsw/pmufw.bb | 5 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/embeddedsw/psmfw.bb | 5 |
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 = "^$" | |||
| 10 | COMPATIBLE_MACHINE_zynq = "zynq" | 10 | COMPATIBLE_MACHINE_zynq = "zynq" |
| 11 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" | 11 | COMPATIBLE_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 |
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}" |
| 15 | PACKAGE_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" | |||
| 10 | COMPATIBLE_MACHINE = "^$" | 10 | COMPATIBLE_MACHINE = "^$" |
| 11 | COMPATIBLE_MACHINE_versal = "versal" | 11 | COMPATIBLE_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 |
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}" |
| 15 | PACKAGE_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" | |||
| 9 | COMPATIBLE_MACHINE = "^$" | 9 | COMPATIBLE_MACHINE = "^$" |
| 10 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" | 10 | COMPATIBLE_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 |
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}" |
| 14 | PACKAGE_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" | |||
| 10 | COMPATIBLE_MACHINE = "^$" | 10 | COMPATIBLE_MACHINE = "^$" |
| 11 | COMPATIBLE_MACHINE_versal = "versal" | 11 | COMPATIBLE_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 |
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}" |
| 15 | PACKAGE_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! |
