summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/unicens
ModeNameSize
d---------files248logstatsplain
-rw-r--r--unicens_0.1.bb2738logstatsplain
d='n23' href='#n23'>23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
SUMMARY = "Utilities for testing of AGL"
DESCRIPTION = "A set of common packages required by testing AGL for Quality Assurance"

LICENSE = "MIT"

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 \
    ipv6connect \
    linpack \
    linus-stress \
    lmbench \
    ltp \
    nbench-byte \
    packagegroup-ivi-common-test-ltp \
    rt-tests \
    stress \
    trinity \
    "
# to be added, but needs LICENSE_FLAGS_WHITELIST="non-commercial"
#    netperf
# wayland-fits is broken in jethro, https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg46505.html
# http://errors.yoctoproject.org/Errors/Details/35141/
#     wayland-fits

# FTBS, SPEC-316
#    himeno 


# 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 \
    "