[meta-zephyr][PATCH 3/3] CI: Add Richard Purdie's workaround to get meta-zephyr working again
Jon Mason
Issue being tracked at
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14803 Signed-off-by: Jon Mason <jon.mason@...> --- ci/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/base.yml b/ci/base.yml index 3467c74..5e1683e 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -29,6 +29,7 @@ local_conf_header: BB_SERVER_TIMEOUT = "60" CONF_VERSION = "2" INHERIT += "rm_work" + EXTRA_OECONF:append:pn-gcc-runtime = " ac_cv_func_fcntl=no ac_cv_func_getexecname=no" machine: unset -- 2.17.1 |
|