Releases: Agilent/yb
Releases · Agilent/yb
0.0.14
Changes/new features:
- Added beta-quality
twice-bake
(alias:tb
) command for re-executing BitBake tasks. Requires globalINHERIT
of 'yb-support' class, which is included in this repo. - Fix #6
- Update dependencies, resolve GitHub security warnings
Full Changelog: 0.0.13...0.0.14
0.0.13
Changes:
- Fixed an issue where adding a stream can fail if the temporary directory is on a different filesystem
Full Changelog: 0.0.12...0.0.13
0.0.12
Changes/new features:
- Added
self-update
command: checks GitHub for latest release and automatically downloads it - Split out separate
upgrade
command frominit
: fixes #3.upgrade
is used to convert an existing Yocto environment to a yb environment.init
creates a yb environment from scratch. - Added "related repo" detection: fixes #5. This is a temporary solution that involves checking potential upstream repos each time yb is used. This is not particularly efficient, so a future version will add a cache.
- Added detection of "broken" streams with the opportunity to refresh from upstream
- Squashed a bunch of bugs
- Added some test infrastructure
Full Changelog: 0.0.11...0.0.12
0.0.11
Initial public release.
To install, unpack the yb binary to somewhere in your PATH. It is statically linked and should run on any modern-ish 64-bit Linux system.