diff options
author | Primoz Fiser <primoz.fiser@norik.com> | 2018-11-08 08:40:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-08 06:17:58 -0800 |
commit | 97f56b745096a9cc3156b38f190d8aca6f56ce37 (patch) | |
tree | d087e396c4f8b28a5b429a6f3a56e2466ed08a3a | |
parent | aea60d4cc1a6f27a2602995378fdae2411c9d75c (diff) | |
download | meta-openembedded-97f56b745096a9cc3156b38f190d8aca6f56ce37.tar.gz |
sedutil: Add recipe
sedutil is utility to manage self encrypting drives that conform
to the Trusted Computing Group OPAL 2.0 SSC specification.
Signed-off-by: Primoz Fiser <primoz.fiser@norik.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/sedutil/sedutil_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sedutil/sedutil_git.bb b/meta-oe/recipes-extended/sedutil/sedutil_git.bb new file mode 100644 index 0000000000..cec569f624 --- /dev/null +++ b/meta-oe/recipes-extended/sedutil/sedutil_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "A utility to manage self encrypting drives that conform \ | ||
2 | to the Trusted Computing Group OPAL 2.0 SSC specification." | ||
3 | SUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility" | ||
4 | HOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil" | ||
5 | SECTION = "console/utils" | ||
6 | LICENSE = "GPLv3" | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" | ||
9 | |||
10 | BASEPV = "1.15.1" | ||
11 | PV = "${BASEPV}+git${SRCPV}" | ||
12 | SRCREV = "358cc758948be788284d5faba46ccf4cc1813796" | ||
13 | SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit autotools-brokensep | ||