From: Jan-Simon Moeller Date: Mon, 27 May 2024 16:13:30 +0000 (+0200) Subject: Disable LTTNG due to failures in do_create_spdx X-Git-Tag: 17.1.0~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F29938%2F2;p=AGL%2Fmeta-agl.git Disable LTTNG due to failures in do_create_spdx LTTNG fails builds with a race condition in the SPDX generation. Bug-AGL: SPEC-4956 Change-Id: I3b1f1dd19e4c9de901a7bde56da5436fa9aeacf1 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29938 Reviewed-by: Scott Murray --- diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 33863fad1..37e0ce39b 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -30,3 +30,7 @@ INHERIT += "buildstats-summary" #PRSERV_HOST = "${AGL_HOST_PRSERV}:8181" IMAGE_INSTALL:append = " curl" + +# disable lttng due to build errors +LTTNGMODULES:forcevariable = "" +LTTNGTOOLS:forcevariable = ""