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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user