Disable meta-qt5 layer (openstlinux-5.4-dunfell-mp1-20-06-24)
Hi, I'm trying to make a headless system using the STM32MP153 and I would like to disable all graphical layers in the standard distribution.
I'm using openstlinux-5.4-dunfell-mp1-20-06-24 (ECO V2 I believe)
I have made my-own distro layer and was able to bitbake st-image-core
( have added to my own_distro.conf file:
DISTRO_FEATURES_remove = " wayland "
DISTRO_FEATURES_remove = " x11 "
)
Next step is to remove the graphical layers starting with qt5
If I do a bitbake-layers show-layers I don't want to find meta-qt5 (or meta-gnome, meta-xfce)
Question: how do I do that?
BTW I'm using the STM32MP157C evaluation board to get my headless distro up and running.
