summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:14:27 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-12 10:31:57 +0000
commitf1abf3713e54c92dc54483f0cb8e202da602d7cd (patch)
tree48a706dffae07737cb570307a1099ca8ff94d839
parent51a970f177c6ebf2acedbd6ac815f6dd0e13c427 (diff)
downloadmeta-freescale-f1abf3713e54c92dc54483f0cb8e202da602d7cd.tar.gz
xwayland: Rework i.MX GPU configuration variables
The design for GPU configuration uses a single input variable for any SOC with GPU and then chooses which SOC to apply it to. A better model uses a single input variable varied on the SOC, then adds it for GPU. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 7a15ffa434ada5eb63a1ec3809b22955002f00c7)
-rw-r--r--recipes-graphics/xwayland/xwayland_%.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend
index c63212d0..5cc2db67 100644
--- a/recipes-graphics/xwayland/xwayland_%.bbappend
+++ b/recipes-graphics/xwayland/xwayland_%.bbappend
@@ -1,4 +1,4 @@
1IMX_OPENGL_PKGCONFIGS_REMOVE = "" 1OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}"
2IMX_OPENGL_PKGCONFIGS_REMOVE:imxgpu = "glamor" 2OPENGL_PKGCONFIGS_REMOVE_IMXGPU = ""
3OPENGL_PKGCONFIGS:remove:mx6-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" 3OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor"
4OPENGL_PKGCONFIGS:remove:mx7-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" 4OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor"