The meta layer provides the core hardware enablement for the Siemens IoT2050
platform. This layer contains only the essential components required to boot a
Debian-based OS on IoT2050 hardware.
- Hardware Enablement Only: Does not include applications, demos, or optional features.
- Minimal Bootable System: Contains only the essential packages for IoT2050 hardware operation.
- Foundation Layer: All other feature and variant layers depend on this core BSP layer.
conf/machine/iot2050.conf: The main machine definition.conf/distro/: Distribution-specific configurations.
recipes-bsp/: Bootloader (U-Boot) and firmware.recipes-kernel/: Linux kernel and device trees.recipes-core/images/: The base image recipe.recipes-core/packagegroups/: Hardware-specific package groups.
iot2050-base-image: A minimal bootable image with hardware support only.
- ✅ U-Boot bootloader support
- ✅ Linux kernel with IoT2050 device trees
- ✅ Essential firmware and drivers
- ✅ SSH access for remote management
- ✅ Minimal Debian userspace
- isar: The base Isar framework.
- cip-core: Security and compliance features.
To build the minimal base image defined in this layer:
kas build kas/iot2050.ymlSee the top-level MAINTAINERS file in the repository root.
MIT License - See COPYING.MIT in the repository root.