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

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

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

[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