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

2015-08-19 Thread Siva Borra



On 2015-08-16 10:12, Khem Raj wrote:

On Jun 23, 2015, at 7:00 AM, Alexandru.Vaduva  wrote:

From: Siva Borra 

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 
---
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 000..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


--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-08-16 Thread Khem Raj

> On Jun 23, 2015, at 7:00 AM, Alexandru.Vaduva  
> wrote:
> 
> From: Siva Borra 
> 
> 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 
> ---
> 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 000..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



signature.asc
Description: Message signed with OpenPGP using GPGMail
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

2015-06-23 Thread Alexandru . Vaduva
From: Siva Borra 

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

[LXCR-4977]

Signed-off-by: Siva Borra 
---
 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 000..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