bitbake#
usage: scotty bitbake [-h] [-c TASK] target [target ...]
Build a Yocto target or run a specific task
positional arguments:
target Set the target to build
options:
-h, --help show this help message and exit
-c TASK, --task TASK Run specific task (default: )
With the bitbake
command you can build Yocto target (e.g. images)
$ scotty bitbake simplecore-simpleswitch-os-image
or you can specify what bitbake task is run with e.g.
$ scotty bitbake --task="listtasks" simplecore-simpleswitch-os-image