hardknott: Revert "distro: set GLIBC preferred version to 2.32"

poky now provides glibc v2.33 by default, and there aren't any alternative
versions available, so there's no need for this.

This reverts commit e7921dfd93.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-21 15:20:57 +01:00
parent afa8f8dfd4
commit 67995fe118
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ 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}"
SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"