- Bash for build commands — switched build shell from busybox sh to bash.
Avoids autoconf compatibility issues (e.g.,AS_LINENO_PREPAREinfinite loop)
and matches what upstream build scripts expect. Removed per-recipe bash
workaround from util-linux. - User account API — new
classes/users.starprovidesuser()and
users_commands()functions for defining user accounts in Starlark.
base-filesis now a callablebase_files()function that accepts ausers
parameter — image recipes can override it to add users (e.g., dev-image adds a
useraccount with passwordpassword).
To update, run: yoe update
Or download the binary for your architecture and place it in your PATH.