[meta-virtualization] [PATCH 1/5] netns: Use correct go cross-compiler

2017-10-13 Thread Paul Barker
The makefile for netns needs to be patched to ensure that we use the binaries from go-cross and not go-native. Signed-off-by: Paul Barker --- .../files/0001-Use-correct-go-cross-compiler.patch | 77 ++ recipes-networking/netns/netns_git.bb | 4 +- 2 files change

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

2017-10-13 Thread Paul Barker
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 value. I've left the merging of common metadata as the last patch i

[meta-virtualization] [PATCH 2/5] runc-opencontainers: Drop unnecessary do_compile_prepend

2017-10-13 Thread Paul Barker
The "vendor/src" symlink is already created in do_compile in runc.inc. Signed-off-by: Paul Barker --- recipes-containers/runc/runc-opencontainers_git.bb | 7 --- 1 file changed, 7 deletions(-) diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-op

[meta-virtualization] [PATCH 3/5] runc-docker: Drop unused EXTRA_FLAGS

2017-10-13 Thread Paul Barker
This variable isn't picked up by the runc Makefile anyway as it isn't exported. Signed-off-by: Paul Barker --- recipes-containers/runc/runc-docker_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb

[meta-virtualization] [PATCH 4/5] runc: Drop inherit goarch

2017-10-13 Thread Paul Barker
The go bbclass already inherits goarch. Signed-off-by: Paul Barker --- recipes-containers/runc/runc.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index b1f2ba8..c1ff08f 100644 --- a/recipes-containers/runc/runc.inc ++

[meta-virtualization] [PATCH 5/5] runc: Merge common metadata into inc file

2017-10-13 Thread Paul Barker
Signed-off-by: Paul Barker --- recipes-containers/runc/runc-docker_git.bb | 4 recipes-containers/runc/runc-opencontainers_git.bb | 4 recipes-containers/runc/runc.inc | 4 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/recipes-containers/r