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:
parent
96b47a48d2
commit
e7921dfd93
|
|
@ -79,6 +79,11 @@ PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"
|
||||||
# Use recipe from our meta-digi layer
|
# Use recipe from our meta-digi layer
|
||||||
PREFERRED_VERSION_tensorflow-lite ?= "2.5.0"
|
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}"
|
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
|
||||||
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"
|
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue