[yocto] [PATCHv2 1/1] Disable parallel build for umip.

Siva Borra siva.borra at enea.com
Wed Aug 19 02:01:05 PDT 2015



On 2015-08-16 10:12, Khem Raj wrote:
>> On Jun 23, 2015, at 7:00 AM, Alexandru.Vaduva <Alexandru.Vaduva at enea.com> wrote:
>>
>> From: Siva Borra <siva.borra at 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 at 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 at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto




More information about the yocto mailing list