All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/rocko/master][PATCH] ti-pdk: Weakly assign PARALLEL_XDC
@ 2018-04-02 19:47 Joshua Watt
  2018-04-02 20:20 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Watt @ 2018-04-02 19:47 UTC (permalink / raw)
  To: meta-ti

Allowing it to be overridden in local.conf

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 classes/ti-pdk.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 540a665c..0b0c9ffe 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -63,7 +63,7 @@ TI_PDK_DOXYGEN_SUPPORT ?= "1"
 
 TI_PDK_XDC_ARGS ?= "${TI_PDK_LIMIT_SOCS}"
 
-PARALLEL_XDC = "--jobs=${BB_NUMBER_THREADS}"
+PARALLEL_XDC ?= "--jobs=${BB_NUMBER_THREADS}"
 PARALLEL_MAKE = ""
 
 def get_doxygen_support(d):
-- 
2.14.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-12 18:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 19:47 [morty/rocko/master][PATCH] ti-pdk: Weakly assign PARALLEL_XDC Joshua Watt
2018-04-02 20:20 ` Denys Dmytriyenko
2018-04-02 21:00   ` Joshua Watt
2018-04-12 16:51     ` Denys Dmytriyenko
2018-04-12 18:04       ` Joshua Watt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.