aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
AgeCommit message (Expand)Author
2017-05-30oeqa/core/decorator/oetimeout: Add support for OEQA threaded modeAníbal Limón
2017-05-30oeqa/core/decorator/depends: Add support for threading modeAníbal Limón
2017-05-30oeqa/core/threaded: Add OETestContextThreaded class
SUMMARY = "Host side USB console utilities"
DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus."
HOMEPAGE = "http://www.linux-usb.org"
SECTION = "base"

LICENSE = "GPLv2+ & (GPLv2 | GPLv3)"
# License files went missing in 010, when 011 is released add LICENSES/* back
LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7d4861d978ff5ba7cb2b319ed1d4afe3 \
                    file://lsusb.py.in;beginline=2;endline=2;md5=194d6a0226bf90f4f683e8968878b6cd"

DEPENDS = "libusb1 virtual/libiconv udev"

SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
          "
SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f"
SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20"

inherit autotools pkgconfig features_check update-alternatives

ALTERNATIVE_${PN} = "lsusb"
ALTERNATIVE_PRIORITY = "100"

# The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3.
LICENSE_${PN} = "GPLv2+"
LICENSE_${PN}-python = "GPLv2 | GPLv3"

RRECOMMENDS_${PN} = "udev-hwdb"

PACKAGE_BEFORE_PN =+ "${PN}-python"
FILES_${PN}-python += "${bindir}/lsusb.py"
RDEPENDS_${PN}-python = "python3-core"
re/runner: Append PID in the test result folder name
Leonardo Sandoval
2017-04-11selftest/wic.py: vda -> sdaRobert Yang
2017-04-11oe-selftest: test wic sparse_copy APIEd Bartosh
2017-04-11oeqa/sdk/cases/buildcpio: enable use of cached cpio from DL_DIRJoshua Lock
2017-04-10scripts: Drop cleanup-workdirRichard Purdie
2017-04-10oeqa/selftest: Don't use cleanup-workdirRichard Purdie
2017-04-08selftest/sstatetests: Replace glibc-initial with linux-libc-headersRichard Purdie
2017-04-08selftest/recipetool: skip create_git in case x11 feature is not presentLeonardo Sandoval
2017-04-08selftest/wic: skip wic unit tests in case NLS is disableLeonardo Sandoval
2017-04-06oeqa/runtime/utils/targetbuildproject: use parent classes defaults tmpdirJoshua Lock
2017-04-06oeqa/utils/targetbuild: tmp dir improvementsJoshua Lock
2017-04-06oeqa/utils/buildproject: create a more unique tmp dirJoshua Lock
2017-04-05selftest/devtool: skip test in case of poky-tiny distroLeonardo Sandoval
2017-04-05selftest/recipetool: replace fedorahosted.org SRC_URI with github.com sourceChoong YinThong
2017-04-05runtime/dnf : Add ID to the dnf test casesJose Perez Carranza
2017-04-05selftest/devtool: use kernel provider instead of recipe allowing other kernel...Leonardo Sandoval
2017-04-05selftest/commands: extend variable regex to include A_B variable notationLeonardo Sandoval
2017-03-31selftest/pkgdata: replace the glibc recipe allowing execution on non-poky dis...Leonardo Sandoval
2017-03-31wic: remove prepare_empty_partition_squashfsEd Bartosh
2017-03-31oe-selftest: test creation of msdos partitionEd Bartosh
2017-03-31oe-selftest: fix incorrect fstypeEd Bartosh
2017-03-31oe-selftest: add test_image_bootpart_globbed test for wicEd Bartosh
2017-03-31oe-selftest: add kickstart_parser test caseEd Bartosh