diff options
| author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-02-09 09:25:01 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-09 09:15:25 -0500 |
| commit | c478d69c1bd51246fb654baaf00c27162ea815ac (patch) | |
| tree | f3d55f1f74de8fb49625d889e5bc9827c1c3f2be | |
| parent | b2c365c37108c1ede6adbba45c158b7c68eed98e (diff) | |
| download | meta-virtualization-c478d69c1bd51246fb654baaf00c27162ea815ac.tar.gz | |
docker: downgrade lxc/docker-registry/rt-tests to suggests
Regular users don't need lxc, docker-registry and rt-tests on the target.
These tools aren't even needed or provide additional features when running
docker at runtime. They also increase the size of the image uneccessarily.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-containers/docker/docker_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index ba9e0612..009fe9fe 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb | |||
| @@ -65,8 +65,8 @@ RDEPENDS_${PN} = "curl aufs-util git util-linux iptables \ | |||
| 65 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ | 65 | ${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \ |
| 66 | " | 66 | " |
| 67 | RDEPENDS_${PN} += "containerd runc" | 67 | RDEPENDS_${PN} += "containerd runc" |
| 68 | RRECOMMENDS_${PN} = "lxc docker-registry rt-tests" | 68 | RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat" |
| 69 | RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat" | 69 | RSUGGESTS_${PN} = "lxc docker-registry rt-tests" |
| 70 | DOCKER_PKG="github.com/docker/docker" | 70 | DOCKER_PKG="github.com/docker/docker" |
| 71 | 71 | ||
| 72 | do_configure[noexec] = "1" | 72 | do_configure[noexec] = "1" |
