Skip to content

Integrate meta-seco-edgehog-embedded/kirkstone_next_2_0

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

[QEMU] add support for qemux86 and qemux86-64

Remove wic image types from build (for Edgehog Embedded, qemu can run the kernel directly and expose the filesystem directly from the ext4 image)

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@85ac51f5

[QEMU] add support for qemuarm and qemuarm64

  • remove wic image types for qemuarm* machines
  • QEMU arm machines with poky BSP do not use u-boot in Embedded (they boot directly into kernel like raspberrypi)

To run qemu: runqemu <qemuboot.conf> slirp nographic serialstdio

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@5fcb1c4e

[LAYERS] include meta-seco-edgehog

include meta-seco-edgehog in bblayers.conf

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@4e670952

[RPI] add support for raspberrypi

  • add wks template file for rpi
  • add RPI to Yconfig_distro

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@14f496d9

[BBLAYERS] Place all SECO layers inside meta-seco root folder

All meta-seco-* layers have been placed inside meta-seco folder. In this way is easier to highlight the code base which composes and characterizes the Edgehog OS distro. All other layers from the third part have been leaved in the same layer as others.

--

Commit: edgehog/layers/seco/meta-seco-edgehog-embedded@90ce2a2e

[YCONFIG][RPI] Sign RPI machines compatible with Embedded DISTROs

Changed Yconfig_distro in order to make compatible this distro with RPI machines. Only Wayland, X11, XWayland have been enabled (no FB).

Merge request reports