mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
As of the nanbield release, OLDEST_KERNEL is set in meta.conf to version 5.15. This is newer than the version available to us for the tegra machines in the Jetpack 5 releases. As such, some components that use this variable (such as glibc) will be build assuming support for kernel features we don't have. Override the OLDEST_KERNEL to 5.10, to match the linux-tegra kernel. Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>