diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-25 21:11:46 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-11 14:17:47 -0300 |
| commit | a9280cb755c260922f78c5b1c65f2760b407e859 (patch) | |
| tree | db31fd47a6ee6faaf628cb8da14cffe38bcb4b8e /recipes-graphics/wayland | |
| parent | bdd11dae356edbb59af6c47c0066c49b62935f9b (diff) | |
| download | meta-freescale-a9280cb755c260922f78c5b1c65f2760b407e859.tar.gz | |
imx-base.inc: Add imxfbdev and imxdrm to MACHINEOVERRIDES_EXTENDER
- weston uses the imxfbdev override for backend configuration
- imx-gpu-viv uses the imxdrm override for dependency configuration
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/wayland')
| -rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index b84647196..fc6a65f7f 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
| @@ -40,19 +40,14 @@ EXTRA_OECONF_append_qemux86 = "\ | |||
| 40 | EXTRA_OECONF_append_qemux86-64 = "\ | 40 | EXTRA_OECONF_append_qemux86-64 = "\ |
| 41 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 41 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |
| 42 | " | 42 | " |
| 43 | EXTRA_OECONF_append_mx6 = "\ | 43 | EXTRA_OECONF_append_imxfbdev = "\ |
| 44 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | ||
| 45 | " | ||
| 46 | EXTRA_OECONF_append_mx7 = "\ | ||
| 47 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ | 44 | WESTON_NATIVE_BACKEND=fbdev-backend.so \ |
| 48 | " | 45 | " |
| 49 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ | 46 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ |
| 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ | 47 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ |
| 51 | ${@bb.utils.filter('DISTRO_FEATURES', 'opengl pam systemd x11', d)} \ | 48 | ${@bb.utils.filter('DISTRO_FEATURES', 'opengl pam systemd x11', d)} \ |
| 52 | clients launch" | 49 | clients launch" |
| 53 | # drm is not supported on mx6/mx7 | 50 | PACKAGECONFIG_remove_imxfbdev = "kms" |
| 54 | PACKAGECONFIG_remove_mx6 = "kms" | ||
| 55 | PACKAGECONFIG_remove_mx7 = "kms" | ||
| 56 | PACKAGECONFIG_append_imxgpu2d = " imxg2d" | 51 | PACKAGECONFIG_append_imxgpu2d = " imxg2d" |
| 57 | PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" | 52 | PACKAGECONFIG_append_imxgpu3d = " cairo-glesv2" |
| 58 | # | 53 | # |
