k3s: update to v1.21.x

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2021-05-25 09:49:50 -04:00
parent f6bb19c32f
commit 78f83d1e98

View File

@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.20;name=k3s \ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \
file://k3s.service \ file://k3s.service \
file://k3s-agent.service \ file://k3s-agent.service \
file://k3s-agent \ file://k3s-agent \
@ -13,9 +13,9 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.20;name=k3s \
file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \
" "
SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5"
SRCREV_k3s = "8d0432824a9fd9474b67138b7630c33f285d332f" SRCREV_k3s = "75dba57f9b1de3ec0403b148c52c348e1dee2a5e"
PV = "v1.20.6+k3s1" PV = "v1.21.1+k3s1"
CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf" CNI_NETWORKING_FILES ?= "${WORKDIR}/cni-containerd-net.conf"