1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

CI: add workaround for zephyr

GCC 12 is causing problems in newlib, which is causing problems for
zephyr.  Add a workaround until those issues can be resolved.

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-06-01 14:57:51 -04:00
parent c8780e8063
commit 0cdcb8eed4
+4
View File
@@ -9,5 +9,9 @@ repos:
layers:
meta-zephyr-core:
local_conf_header:
gcc12bug: |
EXTRA_OECONF:append:pn-gcc-runtime = " ac_cv_func_fcntl=no ac_cv_func_getexecname=no"
target:
- zephyr-kernel-test-all