[bitbake-devel] [WIP][RFC PATCH 5/5] bitbake: main: make observe-only work without --bind

Robert Yang liezhi.yang at windriver.com
Tue Aug 8 14:21:30 UTC 2017



On 08/08/2017 08:50 PM, Richard Purdie wrote:
> On Tue, 2017-08-08 at 02:12 -0700, Robert Yang wrote:
>> The bitbake --server-only can work without --bind, so --observe-only
>> should also
>> can work without --bind or --remote-server.
>>
>> And also allow the connection all the time, otherwise --observe-only
>> doesn't
>> work.
>>
>> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
>> ---
>>  bitbake/lib/bb/main.py           | 4 ----
>>  bitbake/lib/bb/server/process.py | 8 ++------
>>  2 files changed, 2 insertions(+), 10 deletions(-)
>
> The other patches look ok but I worry a bit about this one since the
> code isn't really set up to handle multiple potentially competing
> connections right now. If something is an observer, we need to ensure
> its marked as such and can't send control commands...

Yes, that's a problem, I will fix it.

// Robert

>
> Cheers,
>
> Richard
>



More information about the bitbake-devel mailing list