github yoebuild/yoe v0.13.0

4 hours ago
  • The TUI now shows every package an image pulls in, including deep transitive
    dependencies.
    Library packages reached only through another package's
    runtime dependencies (for example libexpat via python3) were sometimes
    missing from the in:<image> view and from a unit's "pulls in" tree, even
    though the image installs them. The unit list and dependency trees now reflect
    the full closure.
  • Debian/Ubuntu dev images keep correct time and announce themselves on the
    LAN.
    dev-image now includes systemd-timesyncd (NTP) and avahi-daemon
    (mDNS) on the apt distros, both enabled at boot — so the clock syncs once the
    network is up (no more "Release file is not valid yet" errors from a stale
    clock) and the device is reachable as <hostname>.local. This brings the apt
    images to parity with the Alpine image's NTP + mDNS.

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.