diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-15 22:49:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-16 22:10:32 +0000 |
commit | 5cd9ebd9ef4590c068f88b8f40b5c35df823ae27 (patch) | |
tree | 5800df3eebce2de179888ec1244c01714e0bd4c0 /templates/feature/agl-ci/99_local.conf.inc | |
parent | 88d253bfb9a67a294ea12627c06220c50096de79 (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: I3c3e2c0401c66aa39d9e8a92740f32287e7f3b9b
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29125
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/agl-ci/99_local.conf.inc')
-rw-r--r-- | templates/feature/agl-ci/99_local.conf.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 4d395d1b7..ae2672e6f 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -26,3 +26,13 @@ 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" |