January 2018
Intermediate to advanced
456 pages
12h 49m
English
During development, devtool can build the recipe in the working directory with the following syntax:
$ devtool build <recipe-name>
It can then be copied to the target via SSH with the following command:
$ devtool deploy-target <recipe-name> <user>@<target-ip>[:<destdir>]
Here,
This is the equivalent to performing a do_install over SSH, so no dependencies are managed as this process does not use the package manager. Once the testing is finished, the deployed files can be removed with the following ...
Read now
Unlock full access