January 2018
Intermediate to advanced
456 pages
12h 49m
English
BitBake offers the devshell and devpyshell tasks to help developers. They are executed with the following commands:
$ bitbake -c devshell <target>
And:
$ bitbake -c devpyshell <target>
They will unpack and patch the source, and open a new Terminal (they will autodetect your Terminal type or it can be set with OE_TERMINAL) in the target source directory, which has the environment correctly set up. They run with the nostamp flag so up-to-date tasks will be rerun.
The devpyshell command will additionally set up the Python environment including Python objects and code such as the datastore d object.
Read now
Unlock full access