diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-25 23:09:01 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-15 23:15:42 -0400 |
commit | fda56295124e40080051d54c999d14e3d9d94b8e (patch) | |
tree | 57357560888e04fef654e442d2a3890c89e03c57 | |
parent | 7c92c5263f2e8d3254825f7f6249b32b5074be16 (diff) | |
download | meta-virtualization-fda56295124e40080051d54c999d14e3d9d94b8e.tar.gz |
k3s: package remaining binaries into 'k3s'
Grab any remaning binaries into the main k3s package. Both k3s-agent
and k3s-server rdepend on it, so we'll be sure to get them intalled
in both scenarios.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 6ac67acc..dca187e0 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -66,6 +66,7 @@ SYSTEMD_SERVICE_${PN}-agent = "${@bb.utils.contains('DISTRO_FEATURES','systemd', | |||
66 | SYSTEMD_AUTO_ENABLE_${PN}-agent = "disable" | 66 | SYSTEMD_AUTO_ENABLE_${PN}-agent = "disable" |
67 | 67 | ||
68 | FILES_${PN}-agent = "${BIN_PREFIX}/bin/k3s-agent" | 68 | FILES_${PN}-agent = "${BIN_PREFIX}/bin/k3s-agent" |
69 | FILES_${PN} += "${BIN_PREFIX}/bin/*" | ||
69 | 70 | ||
70 | RDEPENDS_${PN} = "cni conntrack-tools coreutils findutils iproute2 ipset virtual/containerd" | 71 | RDEPENDS_${PN} = "cni conntrack-tools coreutils findutils iproute2 ipset virtual/containerd" |
71 | RDEPENDS_${PN}-server = "${PN}" | 72 | RDEPENDS_${PN}-server = "${PN}" |