Skip to content
Snippets Groups Projects
Commit d170f745 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

gn: Allow use in SDK


It is obviously convenient to be able to provide an SDK with GN support, for a
one-stop solution to offering projects such as OpenHarmony with a replacement
toolchain.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent bef95cf5
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -44,7 +44,7 @@ do_install() { ...@@ -44,7 +44,7 @@ do_install() {
install ${B}/gn ${D}${bindir} install ${B}/gn ${D}${bindir}
} }
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native nativesdk"
COMPATIBLE_HOST = "^(?!riscv32).*" COMPATIBLE_HOST = "^(?!riscv32).*"
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