diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-03-16 12:39:55 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 14:57:45 -0700 |
| commit | 8296350cb8c42a369f9d57e9ec4a0768f13205c9 (patch) | |
| tree | c11e7099d653049e45cad18b69d7535ec1c8f396 | |
| parent | 438206f3fa7498daf23a2c5e86e7129d7b5643c5 (diff) | |
| download | meta-xilinx-8296350cb8c42a369f9d57e9ec4a0768f13205c9.tar.gz | |
embeddedsw: Keep parallel builds disabled, but change to -j1
WHen processing for cmake, PARLLEL_MAKE is processed by a python chunk
and if empty returns 'None', instead of 1.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc index 7ce9d446..85f2a41b 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc | |||
| @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
| 11 | B = "${S}/lib/sw_apps/versal_plm/src" | 11 | B = "${S}/lib/sw_apps/versal_plm/src" |
| 12 | 12 | ||
| 13 | # The makefile does not handle parallelization | 13 | # The makefile does not handle parallelization |
| 14 | PARALLEL_MAKE = "" | 14 | PARALLEL_MAKE = "-j1" |
| 15 | 15 | ||
| 16 | do_configure() { | 16 | do_configure() { |
| 17 | # manually do the copy_bsp step first, so as to be able to fix up use of | 17 | # manually do the copy_bsp step first, so as to be able to fix up use of |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc index ced2d3c3..9f945d7d 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc | |||
| @@ -10,7 +10,7 @@ S = "${WORKDIR}/git" | |||
| 10 | B = "${S}/lib/sw_apps/zynqmp_pmufw/src" | 10 | B = "${S}/lib/sw_apps/zynqmp_pmufw/src" |
| 11 | 11 | ||
| 12 | # The makefile does not handle parallelization | 12 | # The makefile does not handle parallelization |
| 13 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "-j1" |
| 14 | 14 | ||
| 15 | do_configure() { | 15 | do_configure() { |
| 16 | # manually do the copy_bsp step first, so as to be able to fix up use of | 16 | # manually do the copy_bsp step first, so as to be able to fix up use of |
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc index ab39a5f8..af1cef0a 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc | |||
| @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
| 11 | B = "${S}/lib/sw_apps/versal_psmfw/src" | 11 | B = "${S}/lib/sw_apps/versal_psmfw/src" |
| 12 | 12 | ||
| 13 | # The makefile does not handle parallelization | 13 | # The makefile does not handle parallelization |
| 14 | PARALLEL_MAKE = "" | 14 | PARALLEL_MAKE = "-j1" |
| 15 | 15 | ||
| 16 | do_configure() { | 16 | do_configure() { |
| 17 | # manually do the copy_bsp step first, so as to be able to fix up use of | 17 | # manually do the copy_bsp step first, so as to be able to fix up use of |
