diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-03-21 15:20:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-24 17:01:34 +0000 |
commit | 4b2b3339dfdc3719cce93d43e3198edd9a332d16 (patch) | |
tree | 27c3436406a3ea58e10f0d4b6e0261ffb6997271 /oe-init-build-env | |
parent | a7f3cbb4a20c1d50a84ca4bec0d30760c9aec46a (diff) | |
download | poky-4b2b3339dfdc3719cce93d43e3198edd9a332d16.tar.gz |
bitbake: cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is empty
The layer was not in bbfile_config_priorities when BBFILE_PATTERN is empty,
this caused "bitbake-layers show-layers" can't show these layers, this was
incorrect since these layer did exist. Add these layer to
bbfile_config_priorities can fix the problem.
Fixed:
Add BBFILE_PATTERN_core = "" in oe-core/meta/conf/layer.conf
$ bitbake show-layers | grep oe-core
There was nothing, now the layer is shown
(Bitbake rev: 0ff5cdb0cca9266ca29127639494bcfd95e36831)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions