From: Siva Borra <siva.borra@enea.com>
To: Khem Raj <raj.khem@gmail.com>,
Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
Cc: issues@enea.com, Yocto discussion list <yocto@yoctoproject.org>,
linux@list.enea.se
Subject: Re: [PATCHv2 1/1] Disable parallel build for umip.
Date: Wed, 19 Aug 2015 11:01:05 +0200 [thread overview]
Message-ID: <55D445D1.7070001@enea.com> (raw)
In-Reply-To: <A075AD98-8F2B-4C8C-BA97-277DD8839AC3@gmail.com>
On 2015-08-16 10:12, Khem Raj wrote:
>> On Jun 23, 2015, at 7:00 AM, Alexandru.Vaduva <Alexandru.Vaduva@enea.com> wrote:
>>
>> From: Siva Borra <siva.borra@enea.com>
>>
>> umip build fails due to parallel build order issue,
>> hence disabling the same.
> which stage does it fail ? if its in install stage then you can disable
> it just for install task by
> PARALLEL_MAKEINST = “” and let compile task still run in parallel. Additionally
> its better to submit such a patch to recipe proper ( meta-oe in this case )
> instead of a bbappend in different layers
It has failed during compilation, and hence disabled parallel build.
The issue was not consistently reproducible and tested only on meta-cgl
and hence provided
the patch on meta-cgl. Best way is to get it fixed on package itself, I
will file a bug on umip package on this.
>
>
>> [LXCR-4977]
>>
>> Signed-off-by: Siva Borra <siva.borra@enea.com>
>> ---
>> meta-cgl-common/recipes-extended/umip/umip%.bbappend | 1 +
>> 1 file changed, 1 insertion(+)
>> create mode 100644 meta-cgl-common/recipes-extended/umip/umip%.bbappend
>>
>> diff --git a/meta-cgl-common/recipes-extended/umip/umip%.bbappend b/meta-cgl-common/recipes-extended/umip/umip%.bbappend
>> new file mode 100644
>> index 0000000..2858472
>> --- /dev/null
>> +++ b/meta-cgl-common/recipes-extended/umip/umip%.bbappend
>> @@ -0,0 +1 @@
>> +PARALLEL_MAKE = ""
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
prev parent reply other threads:[~2015-08-19 9:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1434640961-16848-1-git-send-email-siva.borra@enea.com>
2015-06-23 14:00 ` [PATCHv2 1/1] Disable parallel build for umip Alexandru.Vaduva
2015-08-16 8:12 ` Khem Raj
2015-08-19 9:01 ` Siva Borra [this message]
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=55D445D1.7070001@enea.com \
--to=siva.borra@enea.com \
--cc=Alexandru.Vaduva@enea.com \
--cc=issues@enea.com \
--cc=linux@list.enea.se \
--cc=raj.khem@gmail.com \
--cc=yocto@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.