summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/fwts
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-extended/fwts
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/fwts')
-rw-r--r--meta-oe/recipes-extended/fwts/fwts_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/fwts/fwts_git.bb b/meta-oe/recipes-extended/fwts/fwts_git.bb
new file mode 100644
index 000000000..4fa1d6be1
--- /dev/null
+++ b/meta-oe/recipes-extended/fwts/fwts_git.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Firmware testsuite"
2DESCRIPTION = "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)."
3HOMEPAGE = "https://wiki.ubuntu.com/Kernel/Reference/fwts"
4
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f"
7
8PV = "14.05.00"
9
10SRCREV = "fb5385fec1f3468b479e87c0bba38ab76f60915b"
11SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git"
12
13S = "${WORKDIR}/git"
14
15DEPENDS = "libpcre json-c"
16
17inherit autotools-brokensep
18
19FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}"
20FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
21FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
22FILES_${PN}-dbg += "${libdir}/fwts/.debug"