diff options
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/embeddedsw')
-rw-r--r-- | meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc index 8d2ea1b6..15265547 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | |||
@@ -9,9 +9,11 @@ COMPATIBLE_MACHINE_zynqmp = ".*" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | B = "${S}/lib/sw_apps/undefined/src" | 12 | APP_DIR = "undefined" |
13 | B_zynq = "${S}/lib/sw_apps/zynq_fsbl/src" | 13 | APP_DIR_zynq = "zynq_fsbl" |
14 | B_zynqmp = "${S}/lib/sw_apps/zynqmp_fsbl/src" | 14 | APP_DIR_zynqmp = "zynqmp_fsbl" |
15 | |||
16 | B = "${S}/lib/sw_apps/${APP_DIR}/src" | ||
15 | 17 | ||
16 | # The makefile does not handle parallelization | 18 | # The makefile does not handle parallelization |
17 | PARALLEL_MAKE = "-j1" | 19 | PARALLEL_MAKE = "-j1" |