1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

arm/edk2-firmware: explicitly set level of parallelisation

Explicitly set the level of parallelisation instead of letting build.sh
determine it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-01-11 18:30:42 +00:00
committed by Jon Mason
parent 0d2a9f6640
commit 0b1f4967b7
@@ -98,6 +98,7 @@ do_compile() {
--buildtarget ${EDK2_BUILD_MODE} \
--tagname ${EDK_COMPILER} \
--platform ${EDK2_PLATFORM_DSC} \
${@oe.utils.parallel_make_argument(d, "-n %d")} \
${EDK2_EXTRA_BUILD}
}