kergoth / bb

Subcommand-based bitbake tools
MIT License
39 stars 12 forks source link

Nearly all of bb was broken by tinfoil2 #33

Open kergoth opened 7 years ago

kergoth commented 7 years ago

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 that. The new one has a slightly different, more limited API due to the client/server architecture, so bb needs fixing to use that.