summaryrefslogtreecommitdiffstats
path: root/templates/feature
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-15 22:47:35 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-16 22:10:06 +0000
commit18f817e16daefe3bd7479cd66a9103974ff2a9be (patch)
treeb289c348e66afa70e1c13b6343eb6a46f70a4411 /templates/feature
parent45b1b63c35c52b8283e1893dfa099607baa0cdcc (diff)
CI: upgrade UNINATIVE_VERSION on YP 4.0.11 to fixed version
UNINATIVE_VERSION 4.1 does have the fix for patchelf. Uprev to the new version as it will become the standard soon. Bug-AGL: SPEC-4875 Change-Id: I20d3ea5322e185b630a451368a8d1602eb40106b Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29124 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates/feature')
-rw-r--r--templates/feature/agl-ci/99_local.conf.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc
index ce4a7e753..e822cf7ab 100644
--- a/templates/feature/agl-ci/99_local.conf.inc
+++ b/templates/feature/agl-ci/99_local.conf.inc
@@ -34,7 +34,9 @@ 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"
+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"