[oe] [meta-oe][PATCH] sedutil: Add recipe

Khem Raj raj.khem at gmail.com
Thu Nov 15 05:25:20 UTC 2018


On Sun, Nov 11, 2018 at 2:51 PM akuster808 <akuster808 at gmail.com> wrote:
>
>
> On 11/7/18 11:40 PM, Primoz Fiser wrote:
> > 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 at norik.com>
> > ---
> >  meta-oe/recipes-extended/sedutil/sedutil_git.bb | 17 +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> >  create mode 100644 meta-oe/recipes-extended/sedutil/sedutil_git.bb
>
> this seems security related. can we put it under recipes-security ?

When you move it please also look at the errors when building for big
endian platforms like mips
see errors here

http://errors.yoctoproject.org/Errors/Details/200823/

>
> - armin
>
> >
> > 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 0000000..cec569f
> > --- /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
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list