imx-gpu-viv: remove wayland as a requirement for i.MX8 platforms

Based on commit ed2c4974 ("imx-gpu-viv: remove wayland as a requirement for
i.MX8 platforms"), this commit removes the requeriment of wayland as a backend
for the i.MX8 platforms to build framebuffer images.

https://jira.digi.com/browse/DEL-7013

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-04-27 19:51:16 +02:00
parent d38ed61287
commit 14a48c1d54
1 changed files with 3 additions and 0 deletions

View File

@ -26,3 +26,6 @@ RDEPENDS_libopenvg-imx += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 's
# Digi custom change: we include the imx-gpu-viv driver as built-in in the
# kernel, so this dependency isn't necessary
RDEPENDS_libgal-imx_remove = "kernel-module-imx-gpu-viv"
# Remove wayland as a requirement to build framebuffer images
REQUIRED_DISTRO_FEATURES_mx8_remove = "wayland"