Changes

Jump to: navigation, search

Yocto build system FAQs

570 bytes added, 12:12, 28 September 2017
Q: How can I turn off git SSL verification?
Since the SSL_CERTIFICATE problem affects also 'git', it is suggested to turn off the SSL CERTIFICATE checking in the case you are trying to work with a repository over https. In order to achieve this, from the local folder export the GIT_SSL_NO_VERIFY variable, in this way:
''export GIT_SSL_NO_VERIFY=1''
===Q: How to graphically visualize the dependancies of an image?===
During the implementation of the production root file system image, it is convenient to graphically visualize the dependencies of the packages used in the development image (see also [[Working_with_the_Yocto_build_system#Introduction|this section]]).
 
To do that, issue the following command:
<pre class="board-terminal">
bitbake -g <image_name>
</pre>
This command produces a <code>recipe-depends.dot</code> file which can be visualized with the [http://www.graphviz.org/ <code>graphviz</code> tool].
4,650
edits

Navigation menu