Skip to content

Integrate meta-seco-edgehog-embedded/davc/qt_fb

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@663ba358

[PACKAGEGROUP][Qt] Remove deprecated qtquick3d packages"

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@119ab81a

[GSTREAMER] Sign usage of some packageconfigs as commercial

libde265 will be present only if the commerical licence has been acepted.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@8f58e0b6

[IMAGE][FULL] Include all present package.groups regarding gstreamer

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@985b382a

[GSTREAMER] Add more packageconfig items to gstreamer elements

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@ad51cac8

[QT BASE] Fix usege of some features only for ARM based machines

This because some of those features use OPENGL which actually is not supported by x86 Architeture.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@6a2eb25b

[WIC][IMX6][IMX8] Add edgehog-embedded custom wks file

Until now, for i.MX6 and i.MX8 based platforms, we have used the wic format eherited by meta-freescale that uses a msdos partition table. In order to be compatible with all the architecture (and edgehog-things), GTP format is preferable. This patch adds custom wks file for only i.MX6 and i.MX6 platforms (rockchip and intel platforms already use a GPT format).

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@762a3a72

[gstreamer1.0-plugins-bad][PACKAGECONFIG] Remove Vulkan when FB is used

Vulkan is compatible only with X11 and Wayland backends, so remove it from PACKAGECOFNIG of gstreamer1.0-plugins-bad with FB backend is used.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@7abe0c3a

[FONTS] Fix up the fonts to the right location

All fonts are installed in a directory not used to all application and framework, such as Qt:

During some test with some Qt application an error occurs regarding the system font (folder not found). The fault location for these fonts is now recovered (duplication of file).

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@6c5fb40f

[PACKAGEGROUP][TESTING] glmark2 depending to backend

glmark2 packages is compatible only with X11 an Wayland. So, when FB is used, an error occurs. This package is now compiled only X11 or Wayland (or both) are used.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@9f1c18ad

[PACKAGEGROUP][Qt] Add QtQuick 3D in default RDEPENDS

This allows to have libraries about QtQuick 3D in both target filesystem and SDK.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@3597a448

[Qt5 base] Enable packages regarding font and DB

Enabled packages:

  • sql-mysql sql-sqlite2 sql-sqlite
  • fontconfig jpeg libpng ico

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@d0fa188c

[IMAGE FULL][SDK] Inherit SDK from Qt5 layer

This allows to have all necessary to compile a Qt application in a stand-alone fashion (e.g. through QtCreator). This includes:

  • qmake
  • arm-gnueabi toolchain (arm or aarch64)
  • Qt libraries

Merge request reports