Qt is extracted to the del-qt feature.
All packages which belong to other future features, like del-profile or
del-test, are also left out from the default image.
Fixes https://jira.digi.com/browse/DEL-233
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
We use microwindows for the fbtest application. The recipe is imported
from openembedded classic and modified to work in yocto.
The configuration file has been modified to match the one in DEL legacy.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
The different mesa packages all provide virtual/libgl by default. However,
they all have dependencies in X.
When meta-oe is brought in, the gst-ffmpeg recipe has been appended to
depend indirectly on libgl.
On a iMX build, libgl is also provided by amd-gpu-bin-mx51, which is
set as default provider.
Still, the build shows errors because when parsing the mesa providers,
it detects that the distro does not contain the x11 feature.
This commit appends the mesa recipes only to provide libgl if x11 is
defined in the distro.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>