summaryrefslogtreecommitdiffstats
path: root/recipes-containers/k3s
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-31 15:24:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-31 15:24:28 -0400
commite1aeb3beafc761b27f85996106f4ebf7f88be50f (patch)
treef4f6cd2070e0561ffda41b01461e4f3d75373828 /recipes-containers/k3s
parent700220557cf657ebbfef09626f588d3eea25f552 (diff)
downloadmeta-virtualization-e1aeb3beafc761b27f85996106f4ebf7f88be50f.tar.gz
k3s: clarify uprev version (1.22.6) and PV
The shortlog of the previous uprev incorrectly stated that 1.23.x was the target. There are issues remaining with that version, so the uprev was contained to 1.22.x We also typically do NOT use the exact release tag, since fixes are continually arriving post release, and with the extensive go mod vendor process, it doesn't accurately represent the version. As such, we switch to: v1.22.6+k3s1+git${SRCREV_k3s}, for finer grained version tracking. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/k3s')
-rw-r--r--recipes-containers/k3s/k3s_git.bb19
1 files changed, 4 insertions, 15 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb
index cec17195..e2a3ffc5 100644
--- a/recipes-containers/k3s/k3s_git.bb
+++ b/recipes-containers/k3s/k3s_git.bb
@@ -4,20 +4,6 @@ HOMEPAGE = "https://k3s.io/"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 5LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6 6
7# SRC_URI = "git://github.com/rancher/k3s.git;branch=master;name=k3s;protocol=https \
8# file://k3s.service \
9# file://k3s-agent.service \
10# file://k3s-agent \
11# file://k3s-clean \
12# file://cni-containerd-net.conf \
13# file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \
14# file://k3s-killall.sh \
15# "
16
17# SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
18# SRCREV_k3s = "830c330aad8b50502ded05afbdb75d16dc5c3343"
19# PV = "v1.23.3+k3s1"
20
21SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \ 7SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \
22 file://k3s.service \ 8 file://k3s.service \
23 file://k3s-agent.service \ 9 file://k3s-agent.service \
@@ -28,9 +14,12 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protoco
28 file://k3s-killall.sh \ 14 file://k3s-killall.sh \
29 file://modules.txt \ 15 file://modules.txt \
30 " 16 "
17
31SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" 18SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
32SRCREV_k3s = "4262c6b91a43ef8411870f72ff8b8715949f90e2" 19SRCREV_k3s = "4262c6b91a43ef8411870f72ff8b8715949f90e2"
33PV = "v1.22.6+k3s1" 20
21SRCREV_FORMAT = "k3s_fuse"
22PV = "v1.22.6+k3s1+git${SRCREV_k3s}"
34 23
35# bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 24# bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
36# [1] git ls-remote https://github.com/bazil/fuse 371fbbdaa8987b715bdd21d6adc4c9b20155f748 25# [1] git ls-remote https://github.com/bazil/fuse 371fbbdaa8987b715bdd21d6adc4c9b20155f748