From aed9ff4ab3754712065035e55c62e1b58b5682c2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 11 Sep 2025 21:20:04 +0200 Subject: [PATCH] IMX8 kernel 6.12.y: fix to latest known version that compiles --- config/sources/families/include/imx8_common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sources/families/include/imx8_common.inc b/config/sources/families/include/imx8_common.inc index 376593062..ddf233843 100644 --- a/config/sources/families/include/imx8_common.inc +++ b/config/sources/families/include/imx8_common.inc @@ -29,6 +29,7 @@ case $BOARD in current) # mainline stable kernel KERNEL_MAJOR_MINOR="6.12" + KERNELBRANCH="tag:v6.12.45" ;; edge | default) # use for tests with recent mainline kernels