From 0241215d3e11145d3e7e0a8fcee37fc8b8d6e089 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 May 2017 10:09:04 -0700 Subject: ref-manual, dev-manual: replaced "depexp" with "taskexp" (From yocto-docs rev: 3d7a13357a12b70d0c46b8aafdaf2ace20dcb970) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') 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 @@ section of the Yocto Project Linux Kernel Development Manual and the "Creating Configuration Fragments" section, which is in this manual. - bitbake -u depexp -g bitbake_target: + bitbake -u taskexp -g bitbake_target: Using the BitBake command with these options brings up a Dependency Explorer from which you can view file dependencies. @@ -7379,7 +7379,7 @@ the Dependency Explorer UI with the BitBake command: $ cd image-directory - $ bitbake -u depexp -g image + $ bitbake -u taskexp -g image Use the interface to select potential packages you wish to eliminate and see their dependency relationships. -- cgit v1.2.3-54-g00ecf