Skip to content

Commit 117fdb0

Browse files
committed
linux-raspberrypi: update to v6.12.94
Update from v6.12.61 to v6.12.94, the current head of the stable 6.12 branch. Changelog-entry: update linux-raspberrypi kernel from v6.12.61 to v6.12.94 Signed-off-by: Alex Gonzalez <alexg@balena.io>
1 parent 4256436 commit 117fdb0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.12.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
#
44
# 1. Find latest upstream merge at https://github.com/raspberrypi/linux/commits/rpi-6.12.y
55
# Update SRCREV_machine to the merge commit hash
6-
# - SRCREV_machine = "21b410140c47ffab5668399f6f143c7d7b935c8b"
6+
# - SRCREV_machine = "a923c1dcd822385aaa82a4388c6a6ad92cbf9280"
77
#
88
# 2. Find the version bump commit a few commits before the merge
99
# Update LINUX_VERSION to match the SUBLEVEL in Makefile
10-
# - LINUX_VERSION = "6.12.61"
10+
# - LINUX_VERSION = "6.12.94"
1111
#
1212
# 3. Find matching yocto-kernel-cache commit at https://git.yoctoproject.org/yocto-kernel-cache
1313
# Look for "bump to 6.12.xx" commit on yocto-6.12 branch
1414
# Update SRCREV_meta to that commit hash
15-
# - SRCREV_meta = "b79e50adbe76c872daa7748ac7ac9c80b253e2b9"
15+
# - SRCREV_meta = "01498af34f6fe82c08fa6eae50a7eff1904a3968"
1616
#
1717
# Note: Not all kernel versions have corresponding yocto-kernel-cache commits immediately
1818

19-
LINUX_VERSION ?= "6.12.61"
19+
LINUX_VERSION ?= "6.12.94"
2020
LINUX_RPI_BRANCH ?= ""
2121
LINUX_RPI_KMETA_BRANCH ?= "yocto-6.12"
2222

23-
SRCREV_machine = "21b410140c47ffab5668399f6f143c7d7b935c8b"
24-
SRCREV_meta = "b79e50adbe76c872daa7748ac7ac9c80b253e2b9"
23+
SRCREV_machine = "a923c1dcd822385aaa82a4388c6a6ad92cbf9280"
24+
SRCREV_meta = "01498af34f6fe82c08fa6eae50a7eff1904a3968"

0 commit comments

Comments
 (0)