mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user