diff options
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc')
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc index 109c57ff..02687da3 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | |||
| @@ -7,6 +7,10 @@ COMPATIBLE_HOST = "microblaze.*-elf" | |||
| 7 | COMPATIBLE_MACHINE = "none" | 7 | COMPATIBLE_MACHINE = "none" |
| 8 | COMPATIBLE_MACHINE_versal = ".*" | 8 | COMPATIBLE_MACHINE_versal = ".*" |
| 9 | 9 | ||
| 10 | # Specify a default in case boardvariant isn't available | ||
| 11 | BOARDVARIANT_ARCH ??= "${MACHINE_ARCH}" | ||
| 12 | PACKAGE_ARCH = "${BOARDVARIANT_ARCH}" | ||
| 13 | |||
| 10 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 11 | B = "${S}/lib/sw_apps/versal_plm/src" | 15 | B = "${S}/lib/sw_apps/versal_plm/src" |
| 12 | 16 | ||
