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 <Mike.Engel@digi.com>

https://onedigi.atlassian.net/browse/DEL-7625
This commit is contained in:
Mike Engel 2021-08-04 11:56:07 +02:00
parent 96b47a48d2
commit e7921dfd93
1 changed files with 5 additions and 0 deletions

View File

@ -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}"