From: Denys Dmytriyenko Date: Sat, 30 Sep 2023 15:44:04 +0000 (+0000) Subject: CI: no longer pin UNINATIVE_VERSION to 3.9 X-Git-Tag: 12.1.15~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=45f8935415fe9eb2d8b597132607e78aca9bd8f6;p=AGL%2Fmeta-agl.git CI: no longer pin UNINATIVE_VERSION to 3.9 There was a bug in Uninative 4.0 which came with YP 3.1.27 that would break CI, so it had to be pinned down to version 3,9 until resolved upstream. Now YP 3.1.28 comes with Uninative 4.3 with the fix, so now longer needs to be pinned down. This reverts commit 1d23a215a4dc5ec77c3e0b25f86aabdb252285d4. Bug-AGL: SPEC-4875 Change-Id: I8b7789630179895ba7b82b3d99625459e3664a78 Signed-off-by: Denys Dmytriyenko Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29259 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 38d40dbf1..319c5cbb7 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -29,10 +29,3 @@ 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"