Skip to content

Commit 907d6f2

Browse files
recipes-graphics: Update KGSL tip and drop merged patches from recipe (#1087)
Update the SRCREV to point to the latest commit in the KGSL source code repository. Additionally, remove patches that have become redundant, as their changes have already been merged in the source code and no longer required to be applied explicitly in kgsl-dlkm recipe.
2 parents 37396d8 + f394546 commit 907d6f2

File tree

3 files changed

+1
-65
lines changed

3 files changed

+1
-65
lines changed

recipes-graphics/kgsl-dlkm/kgsl-dlkm/0007-kgsl-fix-undefined-platform_bus_type-error.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

recipes-graphics/kgsl-dlkm/kgsl-dlkm/0008-kgsl-fix-building-with-6.12-qcom_scm_set_gpu_smmu_ap.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

recipes-graphics/kgsl-dlkm/kgsl-dlkm_git.bb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ LICENSE = "GPL-2.0-only"
55
LIC_FILES_CHKSUM = "file://adreno.c;beginline=1;endline=1;md5=fcab174c20ea2e2bc0be64b493708266"
66

77
PV = "0.0+git"
8-
SRCREV = "56d7a36e6b95d3e311fe22f93be98d9d5943036d"
8+
SRCREV = "4e344efc57f9b2dee8b7b439799d61772903d194"
99
SRC_URI = " \
1010
git://github.com/qualcomm-linux/kgsl.git;branch=gfx-kernel.le.0.0;protocol=https \
1111
file://kgsl.rules \
1212
"
13-
SRC_URI += " \
14-
file://0007-kgsl-fix-undefined-platform_bus_type-error.patch \
15-
file://0008-kgsl-fix-building-with-6.12-qcom_scm_set_gpu_smmu_ap.patch \
16-
"
1713

1814
do_install:append() {
1915
install -m 0644 ${WORKDIR}/sources/kgsl.rules -D ${D}${nonarch_base_libdir}/udev/rules.d/kgsl.rules

0 commit comments

Comments
 (0)