summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-06-07 21:19:58 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:34:01 -0700
commitfd4359c8b1604745b1dbf28376fad13666e53d7d (patch)
treef21f42ed137c7bdc4bd6ee9cf7ae281947699c02 /meta-xilinx-standalone/recipes-bsp
parentf24875a30fd675ea34ea045f696bbfac1b680103 (diff)
downloadmeta-xilinx-fd4359c8b1604745b1dbf28376fad13666e53d7d.tar.gz
fsbl-firmware: Update to match current configuration
The fsbl has been renamed to fsbl-firmware, and some adjustments to the build method are required to match how standalone and xsct version work. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp')
-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"