diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-08-15 21:14:57 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-21 14:50:58 +0000 |
commit | 1d23a215a4dc5ec77c3e0b25f86aabdb252285d4 (patch) | |
tree | 641d3285dc2c0f08d843420304ebf4f376fd6499 | |
parent | 583f80f8e9d085a98f1cbab3a9d8082503ab739e (diff) |
CI: downgrade UNINATIVE_VERSION on YP 3.1.27
The update to YP 3.1.27 came with a new UNINATIVE tarball.
This led to problems in CI. Downgrade the tarball till we
either fix the tarball or uprev the builders.
Bug-AGL: SPEC-4875
Change-Id: Ic0ac969b4b896b013870983bc60c2b74a5c4761c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29132
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 319c5cbb7..38d40dbf1 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -29,3 +29,10 @@ BB_SIGNATURE_HANDLER = "OEEquivHash" PRSERV_HOST = "${AGL_HOST_PRSERV}:8585" + +# Workaround for CI builds since YP dunfell v3.1.27 +# until uninative is fixed or builders are uprev'd. +UNINATIVE_VERSION:forcevariable = "3.9" +UNINATIVE_CHECKSUM[aarch64] = "de35708c95c34573af140da910132c3291ba4fd26ebf7b74b755ada432cdf07b" +UNINATIVE_CHECKSUM[i686] = "adac07b08adb88eb26fc7fd87fee0cec9d5be167bf7c5ffd3a549a2a6699c29c" +UNINATIVE_CHECKSUM[x86_64] = "3dd82c3fbdb59e87bf091c3eef555a05fae528eeda3083828f76cd4deaceca8b" |