- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
20 lines
744 B
BlitzBasic
20 lines
744 B
BlitzBasic
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 = "GPL-3.0-only"
|
|
|
|
LIC_FILES_CHKSUM = "file://Common/LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
PV = "1.20.0"
|
|
SRCREV = "d3de8e45e06a21d31cca0046ceb16ced1ef3563a"
|
|
SRC_URI = "git://github.com/Drive-Trust-Alliance/sedutil.git;branch=master;protocol=https \
|
|
file://0001-Fix-build-on-big-endian-architectures.patch \
|
|
file://0001-include-missing-cstdint.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools-brokensep
|