From e7921dfd937bae9ba5c036aa4c7e30a73f5f02ea Mon Sep 17 00:00:00 2001 From: Mike Engel Date: Wed, 4 Aug 2021 11:56:07 +0200 Subject: [PATCH] distro: set GLIBC preferred version to 2.32 This commit sets the GLIBC version to 2.32. The newest eIQ packages require a newer glibc, but since said packages are optional, make sure to use the gatesgarth glibc version by default. Signed-off-by: Mike Engel https://onedigi.atlassian.net/browse/DEL-7625 --- meta-digi-dey/conf/distro/dey.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 4749af8c8..797392fd7 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -79,6 +79,11 @@ PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo" # Use recipe from our meta-digi layer PREFERRED_VERSION_tensorflow-lite ?= "2.5.0" +# Use gatesgarth default GLIBC version +# This will be removed once we update to the next +# Yocto version +PREFERRED_VERSION_glibc ?= "2.32" + SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"