All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 1/1] Disable parallel build for umip.
       [not found] <1434640961-16848-1-git-send-email-siva.borra@enea.com>
@ 2015-06-23 14:00 ` Alexandru.Vaduva
  2015-08-16  8:12   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandru.Vaduva @ 2015-06-23 14:00 UTC (permalink / raw)
  To: yocto, Adrian.Dudau, Alexandru.Vaduva; +Cc: Siva Borra, linux, issues

From: Siva Borra <siva.borra@enea.com>

umip build fails due to parallel build order issue,
hence disabling the same.

[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



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

* Re: [PATCHv2 1/1] Disable parallel build for umip.
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-08-16  8:12 UTC (permalink / raw)
  To: Alexandru.Vaduva; +Cc: issues, Yocto discussion list, linux

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]


> 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


> 
> [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


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [PATCHv2 1/1] Disable parallel build for umip.
  2015-08-16  8:12   ` Khem Raj
@ 2015-08-19  9:01     ` Siva Borra
  0 siblings, 0 replies; 3+ messages in thread
From: Siva Borra @ 2015-08-19  9:01 UTC (permalink / raw)
  To: Khem Raj, Alexandru.Vaduva; +Cc: issues, Yocto discussion list, linux



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



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

end of thread, other threads:[~2015-08-19  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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.