CL: drop pinning/overriding of UNINATIVE_VERSION 78/29178/4
authorDenys Dmytriyenko <denys@konsulko.com>
Mon, 28 Aug 2023 20:45:10 +0000 (20:45 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 25 Oct 2023 18:36:40 +0000 (18:36 +0000)
Version 4.0 of Uninative tarball had a bug in patchelf that would break
CI builds, so we had to pin the version down to 3.9 first, then explicitly
update to 4.1 that would be used in YP 4.0.12

Now YP 4.0.13 comes with Uninative 4.3 tarball which resolves this issue,
so we no longer need to pin down or explicitly override Uninative vars.

This reverts commit 18f817e16daefe3bd7479cd66a9103974ff2a9be.
This reverts commit 45b1b63c35c52b8283e1893dfa099607baa0cdcc.

Bug-AGL: SPEC-4875
Change-Id: Iec5ffa77c0e9778f40bedd9092c25bcc593ac39c
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29178
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
templates/feature/agl-ci/99_local.conf.inc

index e822cf7..1ff8c57 100644 (file)
@@ -30,13 +30,3 @@ 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_MAXGLIBCVERSION = "2.37"
-UNINATIVE_VERSION:forcevariable = "4.1"
-UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/${UNINATIVE_VERSION}/"
-UNINATIVE_CHECKSUM[aarch64] = "b6ff9171aa7d3828bc81197822e804725908856bbd488bf412121cc0deddcb60"
-UNINATIVE_CHECKSUM[i686] = "6354fd2e09af1f111bad5e34ce7af4f9ad7cd266188af7eeceaeb982afd5354b"
-UNINATIVE_CHECKSUM[x86_64] = "f83eca543170adfd2432b135ca655922a4303622d73cc4b13e92b973cdf49e3a"