summaryrefslogtreecommitdiffstats
path: root/templates/feature
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-08-28 20:45:10 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-10-25 18:36:40 +0000
commit3748465d02fbd5d056df964b71f61f9177897166 (patch)
treedad3c6b5dd1f30edf3a99d262f1a7ae5b7ee7c40 /templates/feature
parentf399150c4e6bc9de6172cb0c45a130edf10643dc (diff)
CL: drop pinning/overriding of UNINATIVE_VERSION
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>
Diffstat (limited to 'templates/feature')
-rw-r--r--templates/feature/agl-ci/99_local.conf.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc
index e822cf7ab..1ff8c571b 100644
--- a/templates/feature/agl-ci/99_local.conf.inc
+++ b/templates/feature/agl-ci/99_local.conf.inc
@@ -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"