CI: no longer pin UNINATIVE_VERSION to 3.9 59/29259/2
authorDenys Dmytriyenko <denys@konsulko.com>
Sat, 30 Sep 2023 15:44:04 +0000 (15:44 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 4 Oct 2023 08:28:17 +0000 (08:28 +0000)
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 <denys@konsulko.com>
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 <jsmoeller@linuxfoundation.org>
templates/feature/agl-ci/99_local.conf.inc

index 38d40db..319c5cb 100644 (file)
@@ -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"