linux-tegra: bump SRCREV

to pick up patches that fix compilation errors with gcc 13.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-05-27 07:16:06 -07:00
parent c2a3481a4d
commit 6ddd5386f1

View File

@@ -20,7 +20,7 @@ LINUX_VERSION_EXTENSION ?= "-l4t-r${@'.'.join(d.getVar('L4T_VERSION').split('.')
SCMVERSION ??= "y"
SRCBRANCH = "oe4t-patches${LINUX_VERSION_EXTENSION}"
SRCREV = "26cfd067b9113af207849146b86607a10fedd5c6"
SRCREV = "7191dccf8670635906182cc2da862d9c0fdcb93a"
KBRANCH = "${SRCBRANCH}"
SRC_REPO = "github.com/OE4T/linux-tegra-5.10.git;protocol=https"
KERNEL_REPO = "${SRC_REPO}"