summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-27 18:13:30 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-28 12:00:25 +0000
commit2184ab32248a684ffaf4bd4c6c10de670c1fdf73 (patch)
treebdcc438c289423cdebcb0fed0c024ed83b5c9bad
parentf584738f3e844915a2ab1cca99d93b820a18e413 (diff)
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 <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29938 Reviewed-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--templates/feature/agl-ci/99_local.conf.inc4
1 files changed, 4 insertions, 0 deletions
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 = ""