github yoebuild/yoe v0.8.6

latest releases: v0.13.1, v0.13.0, v0.12.11...
3 months ago
  • Container runtime build path documented.
    docs/containers.md now walks through what it takes to
    ship Docker, containerd, and runc on a musl yoe rootfs — why prebuilt "static"
    binaries don't work, the per-component build breakdown, and how cgo units like
    runc plug into yoe's existing Go toolchain and toolchain-musl container via
    deps instead of needing a new Go+GCC container image.
  • Rename debug units to dev.
  • Expand roadmap. Reorganized as a pointer index into the
    design docs, with new sections for the app-developer build/deploy loop,
    hardware access, testing, self-hosting, and distribution variants.
  • New testing design doc at docs/testing.md covers the
    planned yoe test driver, build-time package QA, on-device upstream tests
    (Yocto ptest analog), image smoke tests, and CI integration.
  • Kernel modules now ship in images — the linux, linux-rpi4, and
    linux-rpi5 units previously built only the in-tree kernel image, so drivers
    compiled as loadable modules (Wi-Fi, USB, sound, many filesystems) were
    silently dropped. Modules are now built and installed to
    /lib/modules/<kver>/ in the rootfs, so modprobe finds them at runtime.
  • Fix rPI4 builds package arch did not match what apk was expecting.

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe-NG is in heavy development. We recommend cleaning your build directory and re-creating projects (yoe init) with each new release.

Don't miss a new yoe release

NewReleases is sending notifications on new releases.