summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d63df4d1c4..4a7306fb24 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7331,7 +7331,7 @@
7331 section of the Yocto Project Linux Kernel Development 7331 section of the Yocto Project Linux Kernel Development
7332 Manual and the "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>" 7332 Manual and the "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>"
7333 section, which is in this manual.</para></listitem> 7333 section, which is in this manual.</para></listitem>
7334 <listitem><para><filename>bitbake -u depexp -g <replaceable>bitbake_target</replaceable></filename>: 7334 <listitem><para><filename>bitbake -u taskexp -g <replaceable>bitbake_target</replaceable></filename>:
7335 Using the BitBake command with these options brings up 7335 Using the BitBake command with these options brings up
7336 a Dependency Explorer from which you can view file 7336 a Dependency Explorer from which you can view file
7337 dependencies. 7337 dependencies.
@@ -7379,7 +7379,7 @@
7379 the Dependency Explorer UI with the BitBake command: 7379 the Dependency Explorer UI with the BitBake command:
7380 <literallayout class='monospaced'> 7380 <literallayout class='monospaced'>
7381 $ cd <replaceable>image-directory</replaceable> 7381 $ cd <replaceable>image-directory</replaceable>
7382 $ bitbake -u depexp -g <replaceable>image</replaceable> 7382 $ bitbake -u taskexp -g <replaceable>image</replaceable>
7383 </literallayout> 7383 </literallayout>
7384 Use the interface to select potential packages you wish to 7384 Use the interface to select potential packages you wish to
7385 eliminate and see their dependency relationships. 7385 eliminate and see their dependency relationships.