summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-07-24 12:41:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-02 17:05:06 +0100
commit94f57a169e393f659184f1d7a4df01f175521c1e (patch)
tree2c13c6dd5a2c00386bdd0914feaac576bfa45898 /bitbake/bin
parent8a3ae4381551e71ff615933ed6348697615cd597 (diff)
downloadpoky-94f57a169e393f659184f1d7a4df01f175521c1e.tar.gz
bitbake: bitbake-layers: fix help for show-overlayed to match behaviour
show-overlayed actually lists the same recipe in multiple layers regardless of priority, so change the help description to match. (Bitbake rev: 17217ff707e41780cb473b9cdd2621dd18b982c2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake-layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers
index 6d35386cad..1dacc258b4 100755
--- a/bitbake/bin/bitbake-layers
+++ b/bitbake/bin/bitbake-layers
@@ -138,7 +138,7 @@ class Commands(cmd.Cmd):
138 138
139 139
140 def do_show_overlayed(self, args): 140 def do_show_overlayed(self, args):
141 """list overlayed recipes (where the same recipe exists in another layer that has a higher layer priority) 141 """list overlayed recipes (where the same recipe exists in another layer)
142 142
143usage: show-overlayed [-f] [-s] 143usage: show-overlayed [-f] [-s]
144 144