[meta-virtualization] [PATCH 1/2] python3-docker-pycreds: update to 0.3.0

2018-06-20 Thread Ricardo Salveti
Update python3-docker-pycreds from 0.2.1 to 0.3.0. Signed-off-by: Ricardo Salveti --- ...ocker-pycreds_0.2.1.bb => python3-docker-pycreds_0.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python3-docker-pycreds_0.2.1.bb => python3-

[meta-virtualization] [PATCH 2/2] python3-docker: update to 3.4.0

2018-06-20 Thread Ricardo Salveti
Update python3-docker from 2.5.1 to 3.4.0. Signed-off-by: Ricardo Salveti --- .../{python3-docker_2.5.1.bb => python3-docker_3.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{python3-docker_2.5.1.bb => python3-docker_3.4.0.bb} (72%)

[meta-virtualization] [PATCH] tini: fix license

2018-06-13 Thread Ricardo Salveti
tini is licensed under the MIT license instead of Apache-2.0. Signed-off-by: Ricardo Salveti --- recipes-containers/tini/tini_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/tini/tini_0.18.0.bb b/recipes-containers/tini/tini_0.18.0.bb index

[meta-virtualization] [PATCH] python3-docker-compose: remove deprecated python3-enum from RDEPENDS

2018-03-12 Thread Ricardo Salveti
The python3-enum package was removed and it is now part of core. Signed-off-by: Ricardo Salveti --- recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.16.1.bb b/recipes

[meta-virtualization] [PATCH] lxc: set systemdsystemunitdir with systemd

2018-02-01 Thread Ricardo Salveti
systemd unit dir can be customized by the distro (e.g. usrmerge), so make sure the correct unit dir path is set on configure. Signed-off-by: Ricardo Salveti --- recipes-containers/lxc/lxc_2.0.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b

[meta-virtualization] [PATCH] xen: use oe.utils.str_filter_out

2018-01-30 Thread Ricardo Salveti
oe_filter_out is not available in oe-core anymore so use oe.utils.str_filter_out instead. Signed-off-by: Ricardo Salveti --- recipes-extended/xen/xen.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index 15ec8cb

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: >>>>

[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 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 >>

[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