[OE-core] [PATCH 1/1] cmake-native: Set --parallel for configure

Burton, Ross ross.burton at intel.com
Thu Dec 20 12:16:45 UTC 2018


On Thu, 20 Dec 2018 at 06:46, Robert Yang <liezhi.yang at windriver.com> wrote:
> +               --parallel="${@oe.utils.parallel_make_argument(d, '%d')}" \

Tweaked when merging to mut to be:

+       ${S}/configure --verbose --prefix=${prefix} \
+               ${@oe.utils.parallel_make_argument(d, '--parallel=%d')} \
+               -- ${CMAKE_EXTRACONF}

I see similar wins here, walltime for cmake-native's build goes from
five minutes to one minute.

(!!!)

Ross


More information about the Openembedded-core mailing list