summaryrefslogtreecommitdiffstats
path: root/meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:46:13 +0200
commit8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch)
treeeb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb
downloadmeta-linaro-dizzy-enea.tar.gz
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb')
-rw-r--r--meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb b/meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb
new file mode 100644
index 0000000..2825da6
--- /dev/null
+++ b/meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb
@@ -0,0 +1,26 @@
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.09.00"
9
10SRCREV = "cf14f3b4bab716dea95de772ad52786c1cbe862a"
11SRC_URI = "git://kernel.ubuntu.com/hwe/fwts.git \
12 file://0001-ACPI-improve-the-return-values-and-the-log-info-in-t.patch \
13 file://0002-ACPI-add-the-hardware-reduced-mode-check-function-in.patch \
14 file://0003-ACPI-a-missing-FACS-table-can-be-ignored-under-some.patch \
15 "
16
17S = "${WORKDIR}/git"
18
19DEPENDS = "libpcre json-c glib-2.0"
20
21inherit autotools-brokensep
22
23FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}"
24FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
25FILES_${PN}-staticdev += "${libdir}/fwts/lib*a"
26FILES_${PN}-dbg += "${libdir}/fwts/.debug"