diff options
author | Yeoh Ee Peng <ee.peng.yeoh@intel.com> | 2019-09-19 18:11:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 20:30:35 +0100 |
commit | 0a46b9dd9ca4069c3975215f2257632e492350a0 (patch) | |
tree | 86993f929d662372cf0024d82ed05c49a0ebff8b /LICENSE.GPL-2.0-only | |
parent | 7f2803d1aa29e3dd9374a1e1557084027835908c (diff) | |
download | poky-0a46b9dd9ca4069c3975215f2257632e492350a0.tar.gz |
bitbake: bitbake-layers: show-recipes: Enable bare output
Currently, show-recipes will append "(skipped)" marker to recipes which
were skipped due these recipes does not satisfied the configurations.
Example: $ bitbake-layers show-recipes -r
ace
backport-iwlwifi
core-image-rt (skipped)
core-image-rt-sdk (skipped)
core-image-tiny
Add -b/--bare to enable output names without "(skipped)" marker.
Example: $ bitbake-layers show-recipes -r -b
ace
backport-iwlwifi
core-image-rt
core-image-rt-sdk
core-image-tiny
(Bitbake rev: 87796e580cd160a535eb5fb9e31846a7cf1a249e)
Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE.GPL-2.0-only')
0 files changed, 0 insertions, 0 deletions