summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-03-05 16:41:23 -0600
committerKhem Raj <raj.khem@gmail.com>2024-03-05 15:09:25 -0800
commit658408c2a09679164864e47ea1f4fdefef425ef6 (patch)
tree6261de311d9dd4cc5de3040852aa1b02141107f3 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
parent123c58693ac786c3cef8a74b03c1557a66dc0142 (diff)
downloadmeta-openembedded-658408c2a09679164864e47ea1f4fdefef425ef6.tar.gz
glmark2: add upstream patch to not care about stencil config
The upstream project already patched this, but considering this package is currently locked to the latest tag, I'll add it here. This fixes an issue with stencil configs being scored unnecessarily low. It also addresses a problem when the target config is below 0. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index a2d5b152f..0b61d6ed6 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -17,6 +17,7 @@ SRC_URI = " \
17 git://github.com/glmark2/glmark2.git;protocol=https;branch=master \ 17 git://github.com/glmark2/glmark2.git;protocol=https;branch=master \
18 file://0001-fix-dispmanx-build.patch \ 18 file://0001-fix-dispmanx-build.patch \
19 file://0002-run-dispmanx-fullscreen.patch \ 19 file://0002-run-dispmanx-fullscreen.patch \
20 file://0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch \
20" 21"
21SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237" 22SRCREV = "42e3d8fe3aa88743ef90348138f643f7b04a9237"
22 23