summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-29 13:41:14 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-06-30 16:39:56 -0300
commit7011d36e88f16d17349df86953e9cf761da50417 (patch)
treec6bfb95b7291f67b1a45ef202787dea1539d530d
parent6e2a0572e1ca7ddfced8ff23bf513746a97c879a (diff)
downloadmeta-freescale-7011d36e88f16d17349df86953e9cf761da50417.tar.gz
waffle: Scope patches to i.MX GPU machines
The waffle patches are only needed for i.MX GPU configurations. Apply FILESEXTRAPATHS and SRC_URI changes through the i.MX GPU override so unrelated machines are not affected. Tested as part of the series with bitbake -p and yocto-check-layer. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-graphics/waffle/waffle_%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/waffle/waffle_%.bbappend b/recipes-graphics/waffle/waffle_%.bbappend
index e88f558d4..fd375271f 100644
--- a/recipes-graphics/waffle/waffle_%.bbappend
+++ b/recipes-graphics/waffle/waffle_%.bbappend
@@ -1,6 +1,6 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS:prepend:imxgpu := "${THISDIR}/${PN}:"
2 2
3SRC_URI += " \ 3SRC_URI:append:imxgpu = " \
4 file://0001-meson-Add-missing-wayland-dependency-on-EGL.patch \ 4 file://0001-meson-Add-missing-wayland-dependency-on-EGL.patch \
5 file://0002-meson-Separate-surfaceless-option-from-x11.patch \ 5 file://0002-meson-Separate-surfaceless-option-from-x11.patch \
6" 6"