summaryrefslogtreecommitdiffstats
path: root/recipes-containers/kubernetes/kubernetes_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-11-01 10:38:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-11-02 21:21:27 -0400
commit60142aa29ab77695f557737293d19d47bff7eeef (patch)
treeb7e2732a3054edfeeba38c91ec051b303342b1f5 /recipes-containers/kubernetes/kubernetes_git.bb
parent4bded63c2ec35a6c2aa3276f83519925e8669663 (diff)
downloadmeta-virtualization-60142aa29ab77695f557737293d19d47bff7eeef.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/kubernetes/kubernetes_git.bb')
-rw-r--r--recipes-containers/kubernetes/kubernetes_git.bb7
1 files changed, 4 insertions, 3 deletions
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. \
7 7
8# Note: 1.11+ requires go 1.10.2+, so the following must be set 8# Note: 1.11+ requires go 1.10.2+, so the following must be set
9# in your configuration: GOVERSION = "1.10%" 9# in your configuration: GOVERSION = "1.10%"
10PV = "1.11.0+git${SRCREV_kubernetes}" 10PV = "1.12.0+git${SRCREV_kubernetes}"
11SRCREV_kubernetes = "210c9cd7e1782e9fe46938fe0368556f2166a528" 11SRCREV_kubernetes = "d93ba8b6d1e2afcb30da3e354928ed00e6682223"
12 12
13SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.11;name=kubernetes \ 13SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.12;name=kubernetes \
14 file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \ 14 file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \
15 file://0001-cross-don-t-build-tests-by-default.patch \
15 " 16 "
16 17
17DEPENDS += "rsync-native \ 18DEPENDS += "rsync-native \