Skip to content
Snippets Groups Projects
Verified Commit e196cd07 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

gn: Inherit ninja_base to take into consideration MAXLOAD_NINJA


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent e8e4093a
No related branches found
No related tags found
1 merge request!196Ninja support for throttling CI
SUMMARY = "GN is a meta-build system that generates build files for Ninja" SUMMARY = "GN is a meta-build system that generates build files for Ninja"
DEPENDS += "ninja-native"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d" LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d"
...@@ -11,6 +9,8 @@ PV = "0+git${SRCPV}" ...@@ -11,6 +9,8 @@ PV = "0+git${SRCPV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
B = "${WORKDIR}/build" B = "${WORKDIR}/build"
inherit ninja
# Currently fails to build with clang, eg: # Currently fails to build with clang, eg:
# https://errors.yoctoproject.org/Errors/Details/610602/ # https://errors.yoctoproject.org/Errors/Details/610602/
# https://errors.yoctoproject.org/Errors/Details/610486/ # https://errors.yoctoproject.org/Errors/Details/610486/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment