Is it time for a new Embedded Linux build system?
- Open Source
- Infrastructure
- Developer Tools
- Hardware
The post argues that embedded Linux has outgrown the assumptions behind Yocto and Buildroot. It proposes a replacement called yoebuild that does native builds on the target architecture instead of leaning on classic cross-compilation, treats package managers like Cargo and npm as first-class inputs, and exposes the same build graph through a CLI, TUI, and AI assistant. The pitch is simpler setup, less hidden state, and faster iteration for teams building connected devices that now look more like small servers than deeply constrained firmware targets.
If you ship embedded Linux, do not assume a new build tool will erase your biggest costs. Choose hardware vendors for upstreaming quality and BSP hygiene first, then decide whether you really need Yocto-class compliance features or can get away with a standard distro plus custom image tooling.
- yoebuild.org
- Discuss on HN