mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
1718d87cf6
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
915 B
BlitzBasic
23 lines
915 B
BlitzBasic
SUMMARY = "Firmware testsuite"
|
|
DESCRIPTION = "The tool fwts comprises of over fifty tests that are designed to exercise and test different aspects of a machine's firmware. Many of these tests need super user access to read BIOS data and ACPI tables, so the tool requires running with super user privileges (e.g. with sudo)."
|
|
HOMEPAGE = "https://wiki.ubuntu.com/Kernel/Reference/fwts"
|
|
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f"
|
|
|
|
PV = "14.05.00"
|
|
|
|
SRCREV = "fb5385fec1f3468b479e87c0bba38ab76f60915b"
|
|
SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "libpcre json-c"
|
|
|
|
inherit autotools-brokensep
|
|
|
|
FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}"
|
|
FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
|
|
FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
|
|
FILES_${PN}-dbg += "${libdir}/fwts/.debug"
|