1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 10:50:37 +00:00

ti-gc320-driver: Port module for kernel 6.18

Port the kernel module for gc320 driver to build on linux kernel 6.18.

The overall version of the driver remains the same.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Antonios Christidis
2026-01-22 13:35:22 -06:00
committed by Ryan Eatmon
parent 85c3cc60be
commit 5470b4f4d4
@@ -8,9 +8,9 @@ inherit module features_check
REQUIRED_MACHINE_FEATURES = "gc320"
# Need to branch out with ${PV} var
BRANCH = "ti-${PV}-k6.12"
BRANCH = "ti-${PV}-k6.18"
SRCREV = "83afddf9dbf6a8458267b4dae21ee35bfb11f3d1"
SRCREV = "a7e9a51e89c97fbea974c7d674aa0a95d7c96403"
SRC_URI = "git://git.ti.com/git/graphics/ti-gc320-driver.git;protocol=https;branch=${BRANCH}"