bb icon indicating copy to clipboard operation
bb copied to clipboard

Subcommand-based bitbake tools

Results 18 bb issues
Sort by recently updated
recently updated
newest added

I was super happy with bb until morty, but moved to pyro and it seems to be broken now. e.g. ``` ~/test/bb/bin/bb show DISTRO Traceback (most recent call last): File...

Paul's rewritten tinfoil to work with a bitbake server resulted in breakage all over bb, as I relied on certain details of the implementation and made various assumptions based on...

bug

-h/--help generally shows argv[0], which includes the dash (`bb-list`) rather than what the user will actually run (`bb list`).

I'm not happy with the output format, and I'm not convinced the ability to search both recipes and packages simultaneously actually adds any value anyway. Revisit possibilities for the output...

Currently, the behavior is focused on what got pulled into the build, but it'd be equally useful for traversing the limited runtime dependency graph to determine why something got _installed_...

From IRC conversation: 1) does the bb shell mode prevent the initial delay of the bb commands? kergoth: right now it doesn't, since each command is a separate executable script,...

enhancement

This would allow a user to simply see recipe file locations, as well as enable the user to do something like: gvim $(bb recipe-files foo) This allows more flexibility with...

enhancement

This should include both task level and recipe level build and runtime dependencies, as a reverse form of the to-be-implemented showdepends command. Some of the work done for bb-search should...

enhancement