summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-03-16 12:39:55 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-07-14 14:57:45 -0700
commit8296350cb8c42a369f9d57e9ec4a0768f13205c9 (patch)
treec11e7099d653049e45cad18b69d7535ec1c8f396
parent438206f3fa7498daf23a2c5e86e7129d7b5643c5 (diff)
downloadmeta-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>
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/plm-firmware.inc2
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/pmu-firmware.inc2
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/psm-firmware.inc2
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"
11B = "${S}/lib/sw_apps/versal_plm/src" 11B = "${S}/lib/sw_apps/versal_plm/src"
12 12
13# The makefile does not handle parallelization 13# The makefile does not handle parallelization
14PARALLEL_MAKE = "" 14PARALLEL_MAKE = "-j1"
15 15
16do_configure() { 16do_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"
10B = "${S}/lib/sw_apps/zynqmp_pmufw/src" 10B = "${S}/lib/sw_apps/zynqmp_pmufw/src"
11 11
12# The makefile does not handle parallelization 12# The makefile does not handle parallelization
13PARALLEL_MAKE = "" 13PARALLEL_MAKE = "-j1"
14 14
15do_configure() { 15do_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"
11B = "${S}/lib/sw_apps/versal_psmfw/src" 11B = "${S}/lib/sw_apps/versal_psmfw/src"
12 12
13# The makefile does not handle parallelization 13# The makefile does not handle parallelization
14PARALLEL_MAKE = "" 14PARALLEL_MAKE = "-j1"
15 15
16do_configure() { 16do_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