diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-01-27 21:32:15 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-08 21:29:38 +0100 |
commit | 44beb463371ab30ec5a0d6423cc2d358ec7fa24f (patch) | |
tree | 22cc2920e417e4f01ee1a06fed7ae68edf5e3a09 /docs/manual | |
parent | ee8e4c5c250c3562f810d3b6102b9d9e7004082f (diff) | |
download | buildroot-44beb463371ab30ec5a0d6423cc2d358ec7fa24f.tar.gz buildroot-44beb463371ab30ec5a0d6423cc2d358ec7fa24f.zip |
docs/manual: update graph-depends documentation about --stop-on
This commit updates the graph-depends documentation to take into
account the new 'host' keyword that can be passed to the --stop-on and
--exclude options.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/common-usage.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index 18677b89c5..7602260bab 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -212,9 +212,10 @@ The +graph-depends+ behaviour can be controlled by setting options in the default, +0+, means no limit. * +--stop-on PKG+, +-s PKG+, to stop the graph on the package +PKG+. - +PKG+ can be an actual package name, a glob, or the keyword 'virtual' - (to stop on virtual packages). The package is still present on the - graph, but its dependencies are not. + +PKG+ can be an actual package name, a glob, the keyword 'virtual' + (to stop on virtual packages), or the keyword 'host' (to stop on + host packages). The package is still present on the graph, but its + dependencies are not. * +--exclude PKG+, +-x PKG+, like +--stop-on+, but also omits +PKG+ from the graph. |