command#
usage: scotty command [-h] command [command ...]
Run a single command in Yocto environment
positional arguments:
command Set the command to run
options:
-h, --help show this help message and exit
With the command
command you shell commands from the setup workspace
$ scotty command echo 'This the current path to the build workspace: $PWD'
Note
When $
shell variables are used please quote all of your arguments with
'
to avoid shell expansion on your build host