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:
parent
afa8f8dfd4
commit
67995fe118
|
|
@ -71,11 +71,6 @@ 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}"
|
||||||
SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"
|
SDKPATHINSTALL = "/opt/${DISTRO}/${SDK_VERSION}/${MACHINE}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue