January 2018
Intermediate to advanced
456 pages
12h 49m
English
BitBake recipes accept either Bash or Python code. Python logging is done through the bb class and uses the standard logging Python library module. It has the following components:
To print debug output from Bash in our recipes, we need to use the logging class by executing:
inherit logging
The logging class is inherited by default by all recipes containing base.bbclass ...
Read now
Unlock full access