[bitbake-devel] [WIP][RFC PATCH 5/5] bitbake: main: make observe-only work without --bind
Richard Purdie
richard.purdie at linuxfoundation.org
Tue Aug 8 12:50:22 UTC 2017
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...
Cheers,
Richard
More information about the bitbake-devel
mailing list