diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-08 18:35:43 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-08 18:36:41 -0400 |
commit | 43a5cc7f031da1ef75b1ff33def3ef4984ad72e3 (patch) | |
tree | f10b862a971da344248af9847f5f4a454fae5b37 | |
parent | 5be8686e659c42985fb6ee22dd6a6152735f414e (diff) | |
download | meta-virtualization-43a5cc7f031da1ef75b1ff33def3ef4984ad72e3.tar.gz |
docker: add more kernel-module RRECOMMENDS
The kernel RRECOMMENDS, wasn't complete and in some minimal systems
we are missing modules to start dockerd.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker/docker.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc index 4bcb4091..65b7368d 100644 --- a/recipes-containers/docker/docker.inc +++ b/recipes-containers/docker/docker.inc | |||
@@ -29,7 +29,7 @@ RDEPENDS_${PN} = "util-linux util-linux-unshare iptables \ | |||
29 | " | 29 | " |
30 | RDEPENDS_${PN} += "virtual/containerd virtual/runc" | 30 | RDEPENDS_${PN} += "virtual/containerd virtual/runc" |
31 | 31 | ||
32 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat kernel-module-xt-addrtype" | 32 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat kernel-module-nf-conntrack-netlink kernel-module-xt-addrtype kernel-module-xt-masquerade" |
33 | 33 | ||
34 | PROVIDES += "virtual/docker" | 34 | PROVIDES += "virtual/docker" |
35 | 35 | ||