Disable LTTNG due to failures in do_create_spdx 38/29938/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 27 May 2024 16:13:30 +0000 (18:13 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 28 May 2024 12:00:25 +0000 (12:00 +0000)
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>
templates/feature/agl-ci/99_local.conf.inc

index 33863fa..37e0ce3 100644 (file)
@@ -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 = ""