Re: [OE-core] [PATCH] bitbake: cooker: list all nonexistent bblayer directories

2019-06-13 Thread Oleksandr Kravchuk
This is how it'll look like: ERROR: Unable to start bitbake server (None) ERROR: Server log for this session (/home/sashko/projects/yocto/open-embedded/build/bitbake-cookerdaemon.log): --- Starting bitbake server pid 7414 at 2019-06-14 01:35:10.070371 --- ERROR: The following layer directories do

[OE-core] [PATCH] bitbake: cooker: list all nonexistent bblayer directories

2019-06-13 Thread Oleksandr Kravchuk
Check existence of all the bblayer direcotories at once and print them all, so if there are multiple nonexistent directories, user does not have to correct bblayers.conf and restart bitbake multiple times. [YOCTO #11647] Signed-off-by: Oleksandr Kravchuk --- bitbake/lib/bb/cookerdata.py | 16 ++