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
commite59601aaa37a80b94c2706952009f484b3c4e9df (patch)
tree1cc2d1d0f9e05244a3e715e75cc02087ae8cc016 /recipes-graphics
parent7b790148ce93b753318500f5433bc22085923b48 (diff)
downloadmeta-freescale-e59601aaa37a80b94c2706952009f484b3c4e9df.tar.gz
mesa-demos: Document noncoreoverride construct per oelint
Add an explanatory comment on the PACKAGECONFIG:remove dispatch line, documenting that it consumes machine-specialized helper vars which default to "" and are overridden per i.MX GPU variant (imxgpu/imxgpu2d/ imxgpu3d). This is a deliberate, unconditional oelint.vars.noncoreoverride construct. No functional change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index fe2f5dd7f..22c1da00b 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -9,6 +9,8 @@ SRC_URI:append:imxgpu = " \
9 9
10REQUIRED_DISTRO_FEATURES:remove:imxgpu = "x11" 10REQUIRED_DISTRO_FEATURES:remove:imxgpu = "x11"
11 11
12# Dispatch line consumes machine-specialized helper vars; the helpers below
13# default to "" and are overridden per i.MX GPU variant.
12PACKAGECONFIG:remove = "\ 14PACKAGECONFIG:remove = "\
13 ${PACKAGECONFIG_REMOVE_IF_2D_ONLY} \ 15 ${PACKAGECONFIG_REMOVE_IF_2D_ONLY} \
14 ${PACKAGECONFIG_REMOVE_IF_GPU}" 16 ${PACKAGECONFIG_REMOVE_IF_GPU}"