From 5f942bc479211eb6963bf94c9d66fc8566b287e3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 7 Aug 2025 11:43:21 +0200 Subject: [PATCH] Revert "rpi-default-versions: Switch default kernel to 6.12" This reverts commit 8c916b683de8ca969b136524f03d2574af282bac. Change like this doesn't belong to stable branch, people who want to use 6.12 can easily switch the P_V in their config. As reported in: https://github.com/agherzan/meta-raspberrypi/pull/1483 lttng-modules version in scarthgap fails to build with 6.12: lttng-modules/2.13.12/lttng-modules-2.13.12/src/../include/wrapper/uprobes.h:28:16: error: too few arguments to function 'uprobe_register' lttng-modules-2.13.12/src/../include/wrapper/uprobes.h:34:9: error: implicit declaration of function 'uprobe_unregister'; did you mean 'uprobe_register'? [-Werror=implicit-function-declaration] 34 | uprobe_unregister(inode, offset, uc); | ^~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index 8e3e9be..6def274 100644 --- a/conf/machine/include/rpi-default-versions.inc +++ b/conf/machine/include/rpi-default-versions.inc @@ -1,4 +1,4 @@ # RaspberryPi BSP default versions -PREFERRED_VERSION_linux-raspberrypi ??= "6.12.%" +PREFERRED_VERSION_linux-raspberrypi ??= "6.6.%" PREFERRED_VERSION_linux-raspberrypi-v7 ??= "${PREFERRED_VERSION_linux-raspberrypi}"