From 2184ab32248a684ffaf4bd4c6c10de670c1fdf73 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 27 May 2024 18:13:30 +0200 Subject: 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 --- templates/feature/agl-ci/99_local.conf.inc | 4 ++++ 1 file changed, 4 insertions(+) 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 = "" -- cgit 1.2.3-korg