From 60142aa29ab77695f557737293d19d47bff7eeef Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 1 Nov 2018 10:38:23 -0400 Subject: kubernetes: uprev to v1.12 release and fix cross compilation errors The update to go 1.11 exposed some issues with the cross compilation of kubernetes. The best way to fix those issues is to uprev to 1.12 and to inhibit the building of the test modules (which query the host for infrastructure that is not present). Signed-off-by: Bruce Ashfield --- recipes-containers/kubernetes/kubernetes_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'recipes-containers/kubernetes/kubernetes_git.bb') diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb index a7e9bf90..c3810b0d 100644 --- a/recipes-containers/kubernetes/kubernetes_git.bb +++ b/recipes-containers/kubernetes/kubernetes_git.bb @@ -7,11 +7,12 @@ maintenance, and scaling of applications. \ # Note: 1.11+ requires go 1.10.2+, so the following must be set # in your configuration: GOVERSION = "1.10%" -PV = "1.11.0+git${SRCREV_kubernetes}" -SRCREV_kubernetes = "210c9cd7e1782e9fe46938fe0368556f2166a528" +PV = "1.12.0+git${SRCREV_kubernetes}" +SRCREV_kubernetes = "d93ba8b6d1e2afcb30da3e354928ed00e6682223" -SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.11;name=kubernetes \ +SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.12;name=kubernetes \ file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ + file://0001-cross-don-t-build-tests-by-default.patch \ " DEPENDS += "rsync-native \ -- cgit v1.2.3-54-g00ecf