Integrate meta-seco-edgehog-embedded/davc/update
[BBLAYER] Add qt5 layer to the list of layer to use as default
--
[TESSERACT] Change the used branch, from master to main
The source repository doesn't longer have the branch master. This one has been renamed as main.
Note: we faced with this issued because this package is used when graphical demos are used with seco-imx layer.
--
[IMAGE FULL] Add Qt5 packages inside the image
--
[PACKAGEGROUP][Qt] Add support to qt5 as packagegroup
The package has the following RDEPENDS sections:
qt5 -> basic qt5 packages qt5-tests -> packages regarding the testing qt5-tools -> packages regarding additional Qt tools qt5-translations -> Qt translation packages qt5-examples -> Qt additional examples
--
[IMAGE FULL] Add Chromium inside the image
Add packagegroup-seco-multimedia-browser to have the Chromium depending to the used backend (X11 or Wayland)
--
[PACKAGEGROUP] Add X11 support in packagegroup-seco-graphics
--
[PACKAGEGROUP][TEXT] Weston relative package placed in GRAPHICS_WAYLAND_TESTING_PLUGIN
This allows to compile also for X11 since the package was in generic graphics section. Now it is compiled only when Weston backend is used.
--
[DISTRO][X11] Add X11 as other backend supported
This backend is compatible with IMX6 || RK || INTEL
--
[DISTRO] Fix comments
--
[IMAGE-FULL] Code refactoring
In CORE_IMAGE_EXTRA_INSTALL added packagegroups and their RDEPENDS.
--
[IMAGE-FULL] Code refactoring following Yocto's best practices
As mentioned in Yocto Documentation, about EXTRA_IMAGE_FEATURES:
The list of additional features to include in an image. Typically, you configure this variable in your local.conf file, which is found in the Build Directory. Although you can use this variable from within a recipe, best practices dictate that you do not.
--
[MULTIMEDIA][PACKEGROUP] Add browser ad package RDEPENDS
Add support for Chromium for X11 and Wayland backends.
--
[WESTON-INIT] Fix weston.service using root user
FIXME: weston should be run as weston, not as root