Changes

Jump to: navigation, search

XELK-AN-003: Package Management with Yocto

5 bytes added, 12:04, 14 October 2016
Installing packages on target
<pre>
smart channel --add xelk-2.2.0-cortexa9hf cortexa9hf_vfp_neon type=rpm-md baseurl=http://myyocto.example.com/xelk-2.2.0/cortexa9hf_vfp_neon
</pre>
Where:
* <code>xelk-2.2.0-cortexa9hfcortexa9hf_vfp_neon</code> is the name of the channel* <code>http://myyocto.example.com/xelk-2.2.0/cortexa9hf_vfp_neon</code> is the URL of the webserver
You can also add a ''local'' directory, for example mounted via NFS directly on target, with the following command:
</pre>
Finally you can install the packages (and all its dependencies) on the target with the following command:
<pre>
</pre>
E.g.<code>smart install emacs</code>
<pre>smart install emacs</pre>The package dependencies will be resolved automatically.
== References ==
{{reflist}}
743
edits

Navigation menu