Re: [meta-virtualization] [PATCH 0/5] netns fix and runc recipe simplification

2017-10-16 Thread Bruce Ashfield
On Fri, Oct 13, 2017 at 3:27 PM, Paul Barker wrote: > Here's another round of changes. The first patch fixes netns > cross-compilation. > The rest replace "[PATCH 4/4] runc: Simplify recipes" from the previous > series, > splitting it into separate commits and dropping churn where it adds no val

[meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Ricardo Salveti
runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is set correctly by runc-opencontainers but not by runc-docker (PV was set to 1.0.0-rc3+gitINVALID-r0 instead of using the SRCREV hash). Signed-off-by: Ricardo Salveti --- recipes-containers/runc/runc-docker_git.bb | 2 +- 1 file ch

Re: [meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Bruce Ashfield
On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti wrote: > runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is > set correctly by runc-opencontainers but not by runc-docker (PV was set > to 1.0.0-rc3+gitINVALID-r0 instead of using the SRCREV hash). Then I'll revert the .inc As I me

Re: [meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Bruce Ashfield
On Mon, Oct 16, 2017 at 8:50 PM, Bruce Ashfield wrote: > On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti > wrote: >> runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is >> set correctly by runc-opencontainers but not by runc-docker (PV was set >> to 1.0.0-rc3+gitINVALID-r0 instead

Re: [meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Ricardo Salveti
On Mon, Oct 16, 2017 at 11:01 PM, Bruce Ashfield wrote: > On Mon, Oct 16, 2017 at 8:50 PM, Bruce Ashfield > wrote: >> On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti >> wrote: >>> runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is >>> set correctly by runc-opencontainers but not

[meta-virtualization] [PATCH] python3-docker: add missing RDEPENDS

2017-10-16 Thread Ricardo Salveti
Add python3-docker-pycreds, python3-requests and python3-websocket-client to RDEPENDS for a functional python docker module (otherwise even import docker fails). Signed-off-by: Ricardo Salveti --- recipes-devtools/python/python3-docker_2.5.1.bb | 6 ++ 1 file changed, 6 insertions(+) diff -

Re: [meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Bruce Ashfield
On Mon, Oct 16, 2017 at 9:07 PM, Ricardo Salveti wrote: > On Mon, Oct 16, 2017 at 11:01 PM, Bruce Ashfield > wrote: >> On Mon, Oct 16, 2017 at 8:50 PM, Bruce Ashfield >> wrote: >>> On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti >>> wrote: runc.inc sets PV based on "${RUNC_VERSION}+git${S

Re: [meta-virtualization] [PATCH] runc-docker_git: use SRCREV instead of SRCREV_runc-docker

2017-10-16 Thread Ricardo Salveti
On Tue, Oct 17, 2017 at 12:14 AM, Bruce Ashfield wrote: > On Mon, Oct 16, 2017 at 9:07 PM, Ricardo Salveti > wrote: >> On Mon, Oct 16, 2017 at 11:01 PM, Bruce Ashfield >> wrote: >>> On Mon, Oct 16, 2017 at 8:50 PM, Bruce Ashfield >>> wrote: On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti