diff mbox series

yocto-bsp: Pull in the kernel fix for the graphics issue on beaglebone

Message ID 20250110014858.4057401-1-kexin.hao@windriver.com (mailing list archive)
State New
Headers show
Series yocto-bsp: Pull in the kernel fix for the graphics issue on beaglebone | expand

Commit Message

Kevin Hao Jan. 10, 2025, 1:48 a.m. UTC
Fixes [YOCTO #15703]

The kernel fix for the graphics issue on beaglebone has already been
merged into linux-yocto. However, it is not yet included in the
SRCREV_machine in the oe-core recipe. Therefore, set a machine specific
SRCREV_machine to include this fix for beaglebone.

Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
---
 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 b47b3aa5a9ed..a5f73c56545b 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
@@ -9,3 +9,5 @@  KMACHINE:genericx86-64 ?= "common-pc-64"
 
 # Incorporate fixes post 6.12.3
 SRCREV_meta:genericarm64 = "9ee4baec963b10d213c060622fce6d2b34166f40"
+
+SRCREV_machine:beaglebone-yocto = "e97df805b938f68c4087906c2a3ad1fa4916694c"