diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro-integration/recipes-overlayed/fwts/fwts_git.bb | |
download | meta-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.bb | 26 |
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 @@ | |||
1 | SUMMARY = "Firmware testsuite" | ||
2 | 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)." | ||
3 | HOMEPAGE = "https://wiki.ubuntu.com/Kernel/Reference/fwts" | ||
4 | |||
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=16;md5=deb8af5388e838d133eaa036f4d1496f" | ||
7 | |||
8 | PV = "14.09.00" | ||
9 | |||
10 | SRCREV = "cf14f3b4bab716dea95de772ad52786c1cbe862a" | ||
11 | SRC_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 | |||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | DEPENDS = "libpcre json-c glib-2.0" | ||
20 | |||
21 | inherit autotools-brokensep | ||
22 | |||
23 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | ||
24 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | ||
25 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | ||
26 | FILES_${PN}-dbg += "${libdir}/fwts/.debug" | ||