Pengutronix wird Yocto Project Participant
Nicht zuletzt da das Yocto Projekt aus der Embedded-Welt schon seit längerem nicht mehr weg zu denken ist, setzt auch Pengutronix bereits seit einigen Jahren neben PTXdist in diversen Projekten auch OpenEmbedded erfolgreich als Distributions-Buildtool ein.
Dabei stehen wir seither in möglichst enger Verbindung zu der mittlerweile breit gestreuten Community. Sei es durch Teilnahme an Konferenzen wie der OEDEM, diversen BoFs bei der Embedded Linux Conference Europe oder durch Diskussion und Contributions auf den diversen Mailinglisten.
Mit meta-rauc, dem Yocto Layer für das OpenSource Update Framework RAUC, pflegt Pengutronix seit längerer Zeit in enger Zusamenarbeit mit der Community eine der Schlüsselstellen für moderne und sichere Embedded-Systeme.
Wir freuen uns, dass nun mit der offiziellen Listung als Yocto-Project Participant unsere Beiträge zur Yocto- und Embedded-Community sichtbar gewürdigt werden und nehmen dies als weiteren Ansporn auch in Zukunft die Reproduzierbarkeit, Stabilität und Sicherheit in der Enwicklung von Embedded-System durch robuste Build Tools wie PTXdist oder OpenEmbedded mit voran zu bringen.
Weiterführende Links
Signed FIT Image Support for meta-oe (fitimage.bbclass)
FIT images provide a versatile way to bundle components used to boot embedded Linux systems, like the kernel, device tree, ramdisk, firmware, etc. They also support cryptographic signatures, making them ideal for verified boot setups. This blog post introduces the new fitimage.bbclass in meta-oe as an alternative to oe-core's kernel-fitimage.bbclass, with a clear focus on enhancing both versatility and signing support.
Bringing Barebox into OE-Core (Yocto)
This blog post chronicles the multi-year journey to get Barebox accepted into OE-Core—from the early attempts to the eventual success in October 2024. Along the way, we’ll explore the technical hurdles we faced, the community discussions that shaped the process, and the improvements we added to both OE and Barebox.Tutorial: Start With RAUC Bundle Encryption Using meta-rauc
In its current master branch, RAUC now supports encrypted Bundles. This tutorial will introduce you to the basics of using encryption in RAUC and show how to use it in a simplified Yocto setup with the meta-rauc Layer.