Revert "tegra-common: set OLDEST_KERNEL so that glibc will restrict features"

This reverts commit 1eec81c883.

With L4T R36.x, we now have a 5.15 kernel as a base, so we no
longer need to do this.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-05-03 13:45:44 -07:00
parent eb2d73cdf7
commit 34408864ce

View File

@@ -2,10 +2,6 @@ MACHINEOVERRIDES =. "cuda:tegra:"
SOC_FAMILY_PKGARCH = "${ARMPKGARCH}${ARMPKGSFX_DSP}${ARMPKGSFX_EABI}${ARMPKGSFX_ENDIAN}${ARMPKGSFX_FPU}_${SOC_FAMILY}"
TEGRA_PKGARCH = "${ARMPKGARCH}${ARMPKGSFX_DSP}${ARMPKGSFX_EABI}${ARMPKGSFX_ENDIAN}${ARMPKGSFX_FPU}_tegra"
PACKAGE_EXTRA_ARCHS:append = " ${TEGRA_PKGARCH} ${SOC_FAMILY_PKGARCH}"
TUNE_PKGARCH = "${TEGRA_PKGARCH}"
# glibc and others must restrict features from kernels newer than what we have available
OLDEST_KERNEL:tegra = "5.10"
KERNEL_IMAGETYPES ?= "Image.gz Image"
KERNEL_IMAGETYPE ?= "Image"