Integrate meta-seco-edgehog-embedded/official_support
[FIX][PACKAGE] Update packagegroup-seco-networking.bb to fix a typo
[IMAGE] Add seco-image-edgehog recipe
This it the image of Edgehog Embedded that is configurable via configuration tool. This means that it has not a fixed size and all features and components it can include are variable and selectable via configuration tool, when the Yocto´s project is created.
--
[IMAGE] Update name of a packagegroup in seco-image-edgehog-full image
from packagegroup-seco-connection to packagegroup-seco-networking.
This bb file has been renamed.
--
[IMAGE] Add seco-image-edgehog-full image
This image includes all present packagesgroups. It is the largest image the use should obtain.
--
[PACKAGEGROUP] Add packagegroup for graphic tool collection
--
[PACKAGEGROUP] Add packagegroup for networking tool collection
Collection of tool useful for networking usage. Packages divided by network type (e.g. wifi, bluetooth).
--
[PACKAGEGROUP] Add packagegroup for multimedia tool collection
Collection of tool useful for audio/video usage. Somethime there are tool specific for a machine or architecture; in order to provide flexibility about this, the variable
MACHINE_MULTIMEDIA_PLUGIN
has been added. It can be populated in other layers.
--
[PACKAGEGROUP][TESTING] Remove fbida tool from base RDEPENDS
Actually this tool does not compile for i.MX6 architecture (to review).
--
[IMAGE][DISTRO] Include edgehog-embedded class to basic distro
--
[PACKAGEGROUP] Add packagegroup for gstreamer's recipes collection
There are two packages:
-
packagegroup-seco-gstreamer1.0 : collection of good,bad and base plugins
-
packagegroup-seco-gstreamer1.0-commercial : extention of the previous package with the addition of commercial plugins. These last require that the variable LICENSE_FLAGS_ACCEPTED contains the "commercial" licence:
LICENSE_FLAGS_ACCEPTED += " commercial "
--
[PACKAGEGROUP] Add packagegroup for testing tool collection
Collection of tool useful for software and hardware testing purpose. This packagegroup is divided is various packages:
- base: generic tools present in more distribution by default
- network: set of tools regarding network testing
- multimedia: set of tools regarding audio testing
- graphics: set of tools regarding graphics features testing. Sometime there are tool specific for a machine or architecture; in order to provide flexibility about this, the variable
MACHINE_GRAPHICS_TESTING_PLUGIN
has been added. It can be populated in other layers.
--
[PACKAGEGROUP] Add packagegroup for debugging tool collection
Collection of tool useful for software and hardware debugging purpose. Somethime there are tool specific for a machine or architecture; in order to provide flexibility about this, the variable
MACHINE_SPECIFIC_TESTING_PLUGIN
has been added. It can be populated in other layers.
--
[IMAGE] Add seco-image-edgehog-base image
This is the smallest image, witch inherits everything from the core-image recipe.
--
[config tool] Add meta-chromium to the list of layer to include
Actually, the meta-chromium layer is automatically added to the list of layers to use in otder to provide support for Chromium insided the images present in this layer. For the future: to evaluate to include it depending to a CONFIG_ environment variable.
--
[IMAGE] Add wic (also compressed) and bmap file as artefacts
Add final image file useful with bmaptool
--
[CLASS] Add general edgehog-embedded class
This class is used as a common point for all general settings shared between the DISTROs included in this layer.
--
[CONFIG TOOL] Allow Wayland backend also for i.MX6 architectures