[oe] [meta-browser][PATCH 2/2] chromium: use PARALLEL_MAKE to control build parallelism

Khem Raj raj.khem at gmail.com
Wed Nov 11 04:55:33 UTC 2015


this is ok

On Tue, Nov 10, 2015 at 8:48 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
> Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
> ---
>  recipes-browser/chromium/chromium_40.0.2214.91.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-browser/chromium/chromium_40.0.2214.91.bb b/recipes-browser/chromium/chromium_40.0.2214.91.bb
> index a9635cd..f20610c 100644
> --- a/recipes-browser/chromium/chromium_40.0.2214.91.bb
> +++ b/recipes-browser/chromium/chromium_40.0.2214.91.bb
> @@ -196,7 +196,7 @@ do_configure_append() {
>
>  do_compile() {
>          # build with ninja
> -        ninja -C ${S}/out/${CHROMIUM_BUILD_TYPE} -j${BB_NUMBER_THREADS} chrome chrome_sandbox
> +        ninja -C ${S}/out/${CHROMIUM_BUILD_TYPE} ${PARALLEL_MAKE} chrome chrome_sandbox
>  }
>
>
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list