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:
parent
d38ed61287
commit
14a48c1d54
|
|
@ -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
|
# Digi custom change: we include the imx-gpu-viv driver as built-in in the
|
||||||
# kernel, so this dependency isn't necessary
|
# kernel, so this dependency isn't necessary
|
||||||
RDEPENDS_libgal-imx_remove = "kernel-module-imx-gpu-viv"
|
RDEPENDS_libgal-imx_remove = "kernel-module-imx-gpu-viv"
|
||||||
|
|
||||||
|
# Remove wayland as a requirement to build framebuffer images
|
||||||
|
REQUIRED_DISTRO_FEATURES_mx8_remove = "wayland"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue