[bitbake-devel] [PATCH] bitbake-layers: fix help for show-overlayed to match behaviour

Paul Eggleton paul.eggleton at linux.intel.com
Tue Jul 24 11:41:24 UTC 2012


show-overlayed actually lists the same recipe in multiple layers
regardless of priority, so change the help description to match.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 bin/bitbake-layers |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 6d35386..1dacc25 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -138,7 +138,7 @@ class Commands(cmd.Cmd):
 
 
     def do_show_overlayed(self, args):
-        """list overlayed recipes (where the same recipe exists in another layer that has a higher layer priority)
+        """list overlayed recipes (where the same recipe exists in another layer)
 
 usage: show-overlayed [-f] [-s]
 
-- 
1.7.9.5





More information about the bitbake-devel mailing list