From 67995fe11882fbf71b01a1f481749153310e4ab9 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 21 Dec 2021 15:20:57 +0100 Subject: [PATCH] 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 e7921dfd937bae9ba5c036aa4c7e30a73f5f02ea. Signed-off-by: Gabriel Valcazar --- meta-digi-dey/conf/distro/dey.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 7b94c485f..f2fa4b8cc 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -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}"