diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2024-12-14 20:03:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-15 11:09:42 +0000 |
commit | 3cd4cacb58fa9e0e8a08b8c034ee399240c165e7 (patch) | |
tree | 5d0ccad1fc61962e7265e9f5dee7d234381a9a84 /meta-yocto-bsp/recipes-kernel | |
parent | cc5e3503e4437358efa8c5675e02f5e19430c58f (diff) | |
download | poky-3cd4cacb58fa9e0e8a08b8c034ee399240c165e7.tar.gz |
yocto-bsp: Bump the default kernel to v6.12 for beaglebone
There have been no specific patches on beaglebone branche for many years,
so I have decided to switch to using the base branch for this machine.
This approach eliminates the need to adjust the corresponding
SRCREV_machine and LINUX_VERSION with each stable kernel version bump.
(From meta-yocto rev: 1570badbf93511f370614c21ccd967af28549b2c)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend index 97e512fbc5..768f100067 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | |||
@@ -1,4 +1,7 @@ | |||
1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" | 1 | COMPATIBLE_MACHINE:genericarm64 = "genericarm64" |
2 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | ||
3 | |||
4 | KMACHINE:beaglebone-yocto ?= "beaglebone" | ||
2 | 5 | ||
3 | # Incorporate fixes post 6.12.3 | 6 | # Incorporate fixes post 6.12.3 |
4 | SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" | 7 | SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40" |