diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-10 12:14:30 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-10 12:14:30 +0200 |
commit | 77f3694bc414c227801b9aad09e1fef0283be9b6 (patch) | |
tree | 5eae96a39c0b48804a7c66d489a2bbf06e241a78 /meta-ivi-common | |
parent | 93ed4cd0870f29d42cf68a0e1ec04d73b347e896 (diff) |
Collapse all addition to the packagegroup for testing into one commit
All changes so far to the packagegroup-ivi-common-test are now collapsed in this commit.
Change-Id: I70c7ac3c174b824cfce955c4e30d94cd8e8fd7d9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-ivi-common')
-rw-r--r-- | meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb index 420b06133..f0de4070c 100644 --- a/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb +++ b/meta-ivi-common/recipes-test/packagegroups/packagegroup-ivi-common-test.bb @@ -7,10 +7,36 @@ inherit packagegroup PACKAGES = "\ packagegroup-ivi-common-test \ + packagegroup-ivi-common-test-ltp \ " ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ bc \ + blobsallad \ + dbench \ + ebizzy \ + ffsb \ + interbench \ + iozone3 \ + iperf \ + himeno \ + nbench-byte \ + netperf \ + netpipe \ + packagegroup-ivi-common-test-ltp \ + rt-tests \ + wayland-fits \ + " + + +# Packages for shell commands which are required by LTP +# readelf, logrotate, vsftpd, crontab, sar, arp, ftp, +# host, rcp, rlogin, rsh, tcpdump, expect, iptables, dnsmasq, +# pgrep +RDEPENDS_packagegroup-ivi-common-test-ltp += " \ + initscripts-functions bind-utils binutils \ + cronie dnsmasq expect inetutils-ftp inetutils-rsh \ + iptables logrotate net-tools sysstat tcpdump vsftpd \ " |