]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
prservice: Use new connect API
authorPaul Barker <pbarker@konsulko.com>
Wed, 28 Apr 2021 09:51:32 +0000 (10:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 May 2021 21:46:42 +0000 (22:46 +0100)
commit6bf39c5c8cf09e3f2ce6eba13b9d18193bce9655
tree6701199ed410fbedad5ecf72fcc8315ea550b011
parent20335cd89001f5fb159f5f1b0c3bd5e40b8b2fb5
prservice: Use new connect API

The new prserv connect() function decouples the code in oe-core from the
exact classes and implementation details used within bitbake. This
allows us to more easily switch over to a new asyncrpc based prservice.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/prservice.py