cpb- / yocto-cooker

Meta buildtool for Yocto Project based Linux embedded systems
GNU General Public License v2.0
43 stars 22 forks source link

Generate oe-init-build-env scripts #96

Closed orzen closed 3 years ago

orzen commented 3 years ago

Currently, cooker prints the command line for sourcing oe-init-build-env when an error occurs for debugging. Sometimes it is useful to source oe-init-build-env for development reasons to access bitbake directly or some of the other tools (e.g. devtool, recipetool, oe-pkgdata-util). It would be nice if cooker could generate pre-configured scripts or have an option to source oe-init-build-env each build target.

boucman commented 3 years ago

hasn't such a command been added in the latest version ?

orzen commented 3 years ago

You are correct, thank you!