mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
9acda33c69
commit
28893c142f
17
meta-oe/recipes-extended/sedutil/sedutil_git.bb
Normal file
17
meta-oe/recipes-extended/sedutil/sedutil_git.bb
Normal file
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user