From: Joshua Watt <jpewhacker@gmail.com>
To: Denys Dmytriyenko <denys@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [morty/rocko/master][PATCH] ti-pdk: Weakly assign PARALLEL_XDC
Date: Mon, 02 Apr 2018 16:00:24 -0500 [thread overview]
Message-ID: <1522702824.2942.13.camel@gmail.com> (raw)
In-Reply-To: <20180402202008.GD27229@edge>
On Mon, 2018-04-02 at 16:20 -0400, Denys Dmytriyenko wrote:
> On Mon, Apr 02, 2018 at 02:47:28PM -0500, Joshua Watt wrote:
> > Allowing it to be overridden in local.conf
>
> Why?
For some reason, when some ti-pdk recipes are built on my machine, the
number of threads explodes exponentially.... It ends up launching
several hundreds to thousands of threads which consequently make my
computer unresponsive for quite a while, and I usually have to reboot
it afterwards because something important stopped working.
I think for some reason the --jobs= flag is getting compounded
recursively.
Admittedly, there appears to be some deeper bug with the job
parallelism that needs to be looked into, but this at least allows me
to continue working (by setting PARALLEL_XDC = "" in local.conf) in the
meantime.
I'm on the latest HEAD of morty BTW.
>
>
> > 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
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2018-04-02 21:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2018-04-12 16:51 ` Denys Dmytriyenko
2018-04-12 18:04 ` Joshua Watt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522702824.2942.13.camel@gmail.com \
--to=jpewhacker@gmail.com \
--cc=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.