diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2023-08-07 23:11:56 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-08 11:30:34 +0000 |
commit | 45b1b63c35c52b8283e1893dfa099607baa0cdcc (patch) | |
tree | 502716e58c40cee038aada33794f058d572d999f /templates | |
parent | e302f9668bc399d671128d325ed108be1a48ee69 (diff) |
CI: downgrade UNINATIVE_VERSION on YP 4.0.11
The update to YP 4.0.11 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: Icd31c16f91af526454dede09a0620df9a374c534
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29103
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 1ff8c571b..ce4a7e753 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -30,3 +30,11 @@ BB_SIGNATURE_HANDLER = "OEEquivHash" PRSERV_HOST = "${AGL_HOST_PRSERV}:8181" IMAGE_INSTALL:append = " curl" + + +# Workaround for CI builds since YP kirkstone v4.0.11 +# 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" |