mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
k3s: drop ctr symlink
We build and depend on our own containerd, we don't need the ctr symlink to k3s for proper operation. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
cad10c54f2
commit
d891808b45
|
@ -51,10 +51,13 @@ do_compile() {
|
|||
upx -9 ./dist/artifacts/k3s
|
||||
fi
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d "${D}${BIN_PREFIX}/bin"
|
||||
install -m 755 "${S}/src/import/dist/artifacts/k3s" "${D}${BIN_PREFIX}/bin"
|
||||
ln -sr "${D}/${BIN_PREFIX}/bin/k3s" "${D}${BIN_PREFIX}/bin/crictl"
|
||||
# We want to use the containerd provided ctr
|
||||
# ln -sr "${D}/${BIN_PREFIX}/bin/k3s" "${D}${BIN_PREFIX}/bin/ctr"
|
||||
ln -sr "${D}/${BIN_PREFIX}/bin/k3s" "${D}${BIN_PREFIX}/bin/kubectl"
|
||||
install -m 755 "${WORKDIR}/k3s-clean" "${D}${BIN_PREFIX}/bin"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user