diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-11 20:14:27 -0500 | 
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-11 20:14:48 -0500 | 
| commit | 7a15ffa434ada5eb63a1ec3809b22955002f00c7 (patch) | |
| tree | 8a2dfd08626008cb4c4124232db5705407d7271d | |
| parent | 7c8cca4595df4c6b991b82720a571e0e6329f0cd (diff) | |
| download | meta-freescale-7a15ffa434ada5eb63a1ec3809b22955002f00c7.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>
| -rw-r--r-- | recipes-graphics/xwayland/xwayland_%.bbappend | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend index c63212d0a..5cc2db675 100644 --- a/recipes-graphics/xwayland/xwayland_%.bbappend +++ b/recipes-graphics/xwayland/xwayland_%.bbappend  | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | IMX_OPENGL_PKGCONFIGS_REMOVE = "" | 1 | OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}" | 
| 2 | IMX_OPENGL_PKGCONFIGS_REMOVE:imxgpu = "glamor" | 2 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU = "" | 
| 3 | OPENGL_PKGCONFIGS:remove:mx6-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 3 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor" | 
| 4 | OPENGL_PKGCONFIGS:remove:mx7-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 4 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor" | 
