summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/embeddedsw
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/embeddedsw')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc8
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
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12B = "${S}/lib/sw_apps/undefined/src" 12APP_DIR = "undefined"
13B_zynq = "${S}/lib/sw_apps/zynq_fsbl/src" 13APP_DIR_zynq = "zynq_fsbl"
14B_zynqmp = "${S}/lib/sw_apps/zynqmp_fsbl/src" 14APP_DIR_zynqmp = "zynqmp_fsbl"
15
16B = "${S}/lib/sw_apps/${APP_DIR}/src"
15 17
16# The makefile does not handle parallelization 18# The makefile does not handle parallelization
17PARALLEL_MAKE = "-j1" 19PARALLEL_MAKE = "-j1"