yoe deploy <unit>now installs the package's runtime deps too.
Previously it only built and published the named unit, so deploying a package
withruntime_depsoutside what the device already had on disk failed with a
crypticapk adderror likesqlite (no such package). Deploy now walks the
full runtime closure (the same expansionimage()does at image-build time),
so every transitive dep ends up in the feed beforeapk addruns.- Deploy refreshes the device's apk index every time. The on-device
apk updatestep now usesapk --no-cache update, forcing a refetch of every
repo'sAPKINDEXinstead of trusting whatever is in/var/cache/apk/.
apk-tools 2.x can otherwise hold onto a stale index across a yoe-dev rebuild
and silently miss packages you just published. - Added sqlite unit
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.