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

Khem Raj raj.khem at gmail.com
Sun Aug 16 01:12:17 PDT 2015


> 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


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150816/3ab6c379/attachment.pgp>


More information about the yocto mailing list