github yoebuild/yoe v0.12.8

one day ago
  • Debian and Ubuntu images now boot on real boards. Board firmware and boot
    configuration (the Raspberry Pi GPU blobs and config.txt, BeaglePlay's
    U-Boot stages) declared by a machine now land in the image on every distro,
    not just Alpine. Previously an apt image on a Pi came up with a silent serial
    console because config.txt was missing, so the firmware never enabled the
    UART or loaded the kernel.
  • Debian and Ubuntu images now give you a serial login and load kernel
    modules.
    systemd's device manager (udev) and kmod are now part of every
    apt image, so the serial console reaches a login prompt instead of hanging on
    the tty device, and module loading works.
  • modprobe works on Debian and Ubuntu images. Apt images now ship the
    modules.dep index that modprobe needs, so kernel modules load by name
    instead of failing until you manually run depmod on the board. Alpine images
    were already correct.

To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.
Note: Yoe 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.