1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 19:37:10 +00:00

linux-yocto/6.12: configuration graphics, I2C and warnings

Integrating the following commit(s) to linux-yocto/.:

    bb44ae9b bsp/mti-malta32: enable I2C
    e2396ea2 bsp/qemuriscv32: CONFIG_PAGE_OFFSET not assignable
    095395ba cfg/virtio: add DRM frame buffer emulation
    88bbdbd5 features/drm-bochs: remove CONFIG_DRM_TTM

(From OE-Core rev: 3848ef1d7e4f432880e06c07da8918c59326283a)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2025-03-20 09:40:06 -04:00
committed by Richard Purdie
parent 5d2ed873c8
commit 0fd090ad96
3 changed files with 17 additions and 17 deletions
@@ -14,8 +14,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "fed5fbc6b68a11d4a9055ea8aa481bb2945c9c89"
SRCREV_meta ?= "2506ff7d20ee515e70964844fa40b35e4fdfbe92"
SRCREV_machine ?= "81e03d4794dcbe5a29307241dc110f42fa7d7f76"
SRCREV_meta ?= "bb44ae9b6ada9da4729dfdd4cd6075908a02ba31"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https"