Skip to content

Releases: Agilent/yb

0.0.14

06 Sep 17:22
Compare
Choose a tag to compare

Changes/new features:

  • Added beta-quality twice-bake (alias: tb) command for re-executing BitBake tasks. Requires global INHERIT 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

26 Jan 20:45
Compare
Choose a tag to compare

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

24 Jan 21:17
Compare
Choose a tag to compare

Changes/new features:

  • Added self-update command: checks GitHub for latest release and automatically downloads it
  • Split out separate upgrade command from init: 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

03 Aug 16:55
Compare
Choose a tag to compare

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.