-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
27 lines (26 loc) · 914 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: fwts
version: V17.03.00
summary: The Firmware Test Suite (FWTS)
description: This is a firmware test suite that performs sanity checks on system firmware. It is intended to identify BIOS and ACPI errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool.
confinement: devmode
parts:
fwts:
plugin: autotools
source: git://kernel.ubuntu.com/hwe/fwts
build-packages:
- gcc
- make
- autoconf
- automake
- libtool
- libjson-c-dev
- flex
- bison
- dh-autoreconf
- libglib2.0-dev
- libfdt-dev
apps:
fwts:
command: bin/fwts
environment:
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts