linux-yocto: update bbappend for version 6.12

Now that we have patched the NVIDIA out-of-tree drivers to
be compatible with this version, we can update.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2025-01-12 09:02:14 -08:00
committed by Matt Madison
parent 9d8e6a201d
commit 1a2a086ed6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FILESEXTRAPATHS:prepend:tegra := "${THISDIR}/${PN}-6.10:${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend:tegra := "${THISDIR}/${PN}-6.12:${THISDIR}/${PN}:"
require ${@'tegra-kernel.inc' if 'tegra' in d.getVar('MACHINEOVERRIDES').split(':') else ''}