summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-02-17 12:02:18 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-02-17 13:46:50 -0700
commitc54c8ad851f78f7b183e2175d1c9ba0179ddfc48 (patch)
treef68e8bfcded9b0826d9595f78929403dbb3502d0 /recipes-graphics/wayland
parent575f7896da6bc194699e4e25cf9185a87897ba0d (diff)
downloadmeta-freescale-c54c8ad851f78f7b183e2175d1c9ba0179ddfc48.tar.gz
wayland-protocols: Simplify compatibility logic
The recipe is for all i.MX 6-8 SOCs using NXP BSP, but it confusingly uses an indirect override imxfbdev|imxgpu. The override used does happen to cover all 6-8, but it is simpler to just use i.MX series overrides. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r--recipes-graphics/wayland/wayland-protocols_1.25.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb
index 654f8660..3ac7268b 100644
--- a/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb
+++ b/recipes-graphics/wayland/wayland-protocols_1.25.imx.bb
@@ -25,4 +25,4 @@ PACKAGES = "${PN}"
25FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" 25FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
26 26
27PACKAGE_ARCH = "${MACHINE_SOCARCH}" 27PACKAGE_ARCH = "${MACHINE_SOCARCH}"
28COMPATIBLE_MACHINE = "(imxfbdev|imxgpu)" 28COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|mx8-nxp-bsp)"