aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sedutil/sedutil_git.bb
diff options
context:
space:
mode:
authorPrimoz Fiser <primoz.fiser@norik.com>2018-11-08 08:40:37 +0100
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:51 -0800
commit28893c142f5e7dcfc48b07fd4cdaac573618b24a (patch)
tree9806dbfad4b74f8c558747277744208e9ffcde1a /meta-oe/recipes-extended/sedutil/sedutil_git.bb
parent9acda33c6975307833ffa2a89656411444041cb1 (diff)
downloadmeta-openembedded-28893c142f5e7dcfc48b07fd4cdaac573618b24a.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/sedutil/sedutil_git.bb')
-rw-r--r--meta-oe/recipes-extended/sedutil/sedutil_git.bb17
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 @@
+DESCRIPTION = "A utility to manage self encrypting drives that conform \
+to the Trusted Computing Group OPAL 2.0 SSC specification."
+SUMMARY = "The Drive Trust Alliance Self Encrypting Drive Utility"
+HOMEPAGE = "https://github.com/Drive-Trust-Alliance/sedutil"
+SECTION = "console/utils"
+LICENSE = "GPLv3"
+
+LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
+
+BASEPV = "1.15.1"
+PV = "${BASEPV}+git${SRCPV}"
+SRCREV = "358cc758948be788284d5faba46ccf4cc1813796"
+SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git"
+
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep