diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-06-07 21:19:58 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:01 -0700 |
commit | fd4359c8b1604745b1dbf28376fad13666e53d7d (patch) | |
tree | f21f42ed137c7bdc4bd6ee9cf7ae281947699c02 /meta-xilinx-standalone/recipes-bsp/embeddedsw | |
parent | f24875a30fd675ea34ea045f696bbfac1b680103 (diff) | |
download | meta-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/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" |