diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2024-05-02 16:11:23 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-02 21:42:32 +0000 |
commit | 0bdcc376cbfd0810bde1e31677f852c5c04c5e74 (patch) | |
tree | b1c7c7059a4480e6d64a05d104c7c280061bb8fe /meta-agl-core | |
parent | b6227d3c09ff3bf02426446875557befea4608e9 (diff) |
Disable LTTNGMODULES on qemuarm due to do_create_runtime_spdx
There is a race in the function do_create_runtime_spdx that
shows in qemuarm builds in particular.
Disable this in CI.
Bug-AGL: SPEC-4956
Change-Id: I152dbbbffc48b510260e45be3a1e84f2e9772ae5
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29883
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/conf/include/agl-create-spdx.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-core/conf/include/agl-create-spdx.inc b/meta-agl-core/conf/include/agl-create-spdx.inc index 8d71013e3..b191ccdeb 100644 --- a/meta-agl-core/conf/include/agl-create-spdx.inc +++ b/meta-agl-core/conf/include/agl-create-spdx.inc @@ -1 +1,7 @@ INHERIT += " create-spdx " + +# do_create_runtime_spdx has a race condition on qemuarm builders +# SPEC-4956 +LTTNGMODULES:qemuarm = "" +LTTNGUST:qemuarm = "" +LTTNGTOOLS:qemuarm = ""
\ No newline at end of file |