diff options
author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2019-09-19 18:11:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 20:30:35 +0100 |
commit | 5808f455f02dfa8e3c051ccfe73d730a050db098 (patch) | |
tree | ae652c71f285c77e9558a5752888f1aa66a68cf9 /bitbake/lib/bblayers/__init__.py | |
parent | 7e7cce5f36f5ff5e699781c3ae3b51b6139ba2c6 (diff) | |
download | poky-5808f455f02dfa8e3c051ccfe73d730a050db098.tar.gz |
bitbake: bitbake-layers: show-recipes: Show recipes only
Currently, show-recipes will show all recipes available (both
recipes with different version and recipes provided by more
than one layer).
Example of default $ bitbake-layers show-recipes:
core-image-rt:
meta-intel unknown (skipped)
meta unknown (skipped)
yajl:
meta-oe 2.1.0
meta-oe 1.0.12
Add -r/--recipes-only to enable showing recipes only. This
provide a focus view on unique recipes available.
Example of $ bitbake-layers show-recipes -r:
core-image-rt (skipped)
yajl
(Bitbake rev: 048bd051a9b422a38c181f57bb5090a05684a5c3)
Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bblayers/__init__.py')
0 files changed, 0 insertions, 0 deletions