mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
b2c365c371
commit
c478d69c1b
|
@ -65,8 +65,8 @@ RDEPENDS_${PN} = "curl aufs-util git util-linux iptables \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES','systemd','','cgroup-lite',d)} \
|
||||||
"
|
"
|
||||||
RDEPENDS_${PN} += "containerd runc"
|
RDEPENDS_${PN} += "containerd runc"
|
||||||
RRECOMMENDS_${PN} = "lxc docker-registry rt-tests"
|
RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat"
|
||||||
RRECOMMENDS_${PN} += " kernel-module-dm-thin-pool kernel-module-nf-nat"
|
RSUGGESTS_${PN} = "lxc docker-registry rt-tests"
|
||||||
DOCKER_PKG="github.com/docker/docker"
|
DOCKER_PKG="github.com/docker/docker"
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user