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