summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 16:15:31 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-22 11:16:40 -0300
commit8eb6fbb80dcc577f2ac002e0e1941a47d6411d74 (patch)
tree259230c91bb565ace8952196b16ec09221429e9a /recipes-graphics
parente59601aaa37a80b94c2706952009f484b3c4e9df (diff)
downloadmeta-freescale-8eb6fbb80dcc577f2ac002e0e1941a47d6411d74.tar.gz
piglit: Comment build-fix patches and PACKAGECONFIG dispatch
Add short comments explaining the two local SRC_URI patches (the cl-test include-directories fix and the mutually-exclusive CL_MEM memory-flags build error) and noting that the PACKAGECONFIG:append/:remove lines dispatch to the machine-specialized PACKAGECONFIG_APPEND/PACKAGECONFIG_REMOVE helpers defined below. No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/piglit/piglit_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend
index 57120b65d..3c8f059c2 100644
--- a/recipes-graphics/piglit/piglit_%.bbappend
+++ b/recipes-graphics/piglit/piglit_%.bbappend
@@ -1,8 +1,10 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2 2
3# General build fixes (cl test include dirs, GCC memory-flag error).
3SRC_URI += "file://0001-tests-Fix-cl-test-Include-Directories-error-Error-0-.patch \ 4SRC_URI += "file://0001-tests-Fix-cl-test-Include-Directories-error-Error-0-.patch \
4 file://0002-cl-Add-mutually-exclusive-memory-flags-for-CL_MEM_KE.patch" 5 file://0002-cl-Add-mutually-exclusive-memory-flags-for-CL_MEM_KE.patch"
5 6
7# Dispatch lines consume machine-specialized helper vars below.
6PACKAGECONFIG:append = " ${PACKAGECONFIG_APPEND}" 8PACKAGECONFIG:append = " ${PACKAGECONFIG_APPEND}"
7PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" 9PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"
8 10