diff --git a/conf/machine/include/tegra-common.inc b/conf/machine/include/tegra-common.inc index b12029ce..f6fc662b 100644 --- a/conf/machine/include/tegra-common.inc +++ b/conf/machine/include/tegra-common.inc @@ -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"