diff options
author | Mariano López <just.another.mariano@gmail.com> | 2019-05-19 16:21:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-21 12:56:33 +0100 |
commit | e42d45925d4a6be1d7cb240c0b630c7529d5a7cc (patch) | |
tree | 2d1a5d9a61d7184f0e7bcb86cdaec86b0f44c69d /meta/recipes-core | |
parent | e90cd2ed61b93ee7e290e7e592f1f0242ab5c281 (diff) | |
download | poky-e42d45925d4a6be1d7cb240c0b630c7529d5a7cc.tar.gz |
util-linux: Add missing ptest dependencies
There are some missing dependencies for the util-linux-ptest package
that causes inconsistencies in the package tests run in different images.
The kernel module in RRECOMMENDS is not build at this time, it needs
more testing and check if the configuration change can be part of the
yocto-kernel-cache repository.
(From OE-Core rev: 56f09cb4873f9de8efb44c640b6c9f1db8b721b7)
Signed-off-by: Mariano López <just.another.mariano@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 34255a2dec..6dfbe0b683 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -142,7 +142,8 @@ RDEPENDS_${PN}_class-nativesdk = "" | |||
142 | RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev ${PN}-libuuid-dev" | 142 | RPROVIDES_${PN}-dev = "${PN}-libblkid-dev ${PN}-libmount-dev ${PN}-libuuid-dev" |
143 | 143 | ||
144 | RDEPENDS_${PN}-bash-completion += "${PN}-lsblk" | 144 | RDEPENDS_${PN}-bash-completion += "${PN}-lsblk" |
145 | RDEPENDS_${PN}-ptest = "bash grep coreutils which btrfs-tools ${PN} sed" | 145 | RDEPENDS_${PN}-ptest = "bash bc btrfs-tools coreutils e2fsprogs grep iproute2 kmod mdadm ${PN} procps sed socat which xz" |
146 | RRECOMMENDS_${PN}-ptest = "kernel-module-scsi-debug" | ||
146 | RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" | 147 | RDEPENDS_${PN}-swaponoff = "${PN}-swapon ${PN}-swapoff" |
147 | ALLOW_EMPTY_${PN}-swaponoff = "1" | 148 | ALLOW_EMPTY_${PN}-swaponoff = "1" |
148 | 149 | ||