- A single mirror outage no longer fails a build. Source archive downloads
now retry when a mirror returns a server error or times out, so a build that
happened to land on a briefly unavailable mirror recovers on its own instead
of stopping. - Nightly board builds now cover Debian and Ubuntu. Raspberry Pi 5 and
BeaglePlay images are built for all three distros each night, so a glibc-only
break in a board's kernel, bootloader, or partition layout shows up without
waiting for someone to try it. - Extended attribute tools build again on Alpine. The
attrpackage failed
to compile against musl, which stopped any image carrying getfattr/setfattr or
cp --preserve=xattrsupport before it finished. - BeaglePlay images build on Alpine. The readline library was built without
its terminal-handling support, so any program that loaded it — including the
Python that BeaglePlay's secure-world firmware build runs — failed to start on
Alpine images.
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.