mirror of
https://github.com/Dasharo/meta-dts.git
synced 2026-03-06 14:51:12 -08:00
Merge pull request #296 from Dasharo/add-bg-prov
distro: add bg-prov v2.8.1
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
|
||||
PV = "0.1+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main"
|
||||
SRCREV = "eb14a1437e5c08cf579464c2d6b199c991f6d1ab"
|
||||
SRCREV = "7872d8725cf6575bde1da669d34384567abd7f40"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ RDEPENDS:${PN}-tools-dts = " \
|
||||
dasharo-ectool \
|
||||
txt-suite \
|
||||
bg-suite \
|
||||
bg-prov \
|
||||
dasharo-configuration-utility \
|
||||
dts-scripts \
|
||||
firmware-binaries \
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Converged Security Suite's bg-prov"
|
||||
HOMEPAGE = "https://github.com/9elements/converged-security-suite"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
|
||||
|
||||
SRC_URI = "https://github.com/9elements/converged-security-suite/releases/download/v${PV}/artifacts-amd64.zip"
|
||||
SRC_URI[sha256sum] = "58362a5976e68c31e20ecd34338683826c920bb2f34c717dd693aecbb1f7db3d"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/bg-prov ${D}${bindir}
|
||||
}
|
||||
|
||||
FILES:${PN} += "${bindir}/bg-prov"
|
||||
Reference in New Issue
Block a user