From 1e9fd56a0a400108a7521c561b8501c3202f7a66 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 15 Aug 2023 23:31:09 +0200 Subject: [PATCH] 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: I5d0d60a72b16870dbb16bbb1825f6948fff35c87 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29135 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/feature/agl-ci/99_local.conf.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/feature/agl-ci/99_local.conf.inc b/templates/feature/agl-ci/99_local.conf.inc index 1ff8c571b..191c5765a 100644 --- a/templates/feature/agl-ci/99_local.conf.inc +++ b/templates/feature/agl-ci/99_local.conf.inc @@ -30,3 +30,12 @@ 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" -- 2.16.6