[PATCH] yocto-bsp: Pull in the kernel fix for the graphics issue on beaglebone
Kevin Hao <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.1