Skip to content

Commit

Permalink
wip: txesbmantool
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
  • Loading branch information
PLangowski committed Jun 3, 2024
1 parent 7ed2828 commit 716cfae
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SUMMARY = "txe-secure-boot packagegroup"
DESCRIPTION = "txe-secure-boot packagegroup"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = " \
packagegroup-txe-secure-boot \
"

RDEPENDS:${PN} = " \
txesbmantool
"
15 changes: 15 additions & 0 deletions meta-dts-distro/recipes-bsp/txe-secure-boot/txesbmantool_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DESCRIPTION="Utility for generating TXE Secure Boot manifests"
LICENSE="GPL-2.0-only"

SRC_URI =" \
git://github.com/Dasharo/coreboot.git;branch=txe_sb_tool;protocol=https \
"
PV = "1.0+git${SRCPV}"
SRCREV = "${AUTOREV}"

LIC_FILES_CHKSUM=" \
file://${WORKDIR}/git/LICENSEs/GPL-2.0-only.txt;md5=5430828348d2cf7d4b5e8395f774a68e \
"

S="${WORKDIR}/git/util/txe_sb_tool"

1 change: 1 addition & 0 deletions meta-dts-distro/recipes-dts/images/dts-base-image.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ IMAGE_INSTALL:append = " \
libxcrypt-compat \
alsa-utils-aplay \
hw-probe \
packagegroup-txe-secure-boot \
"

# Enable local auto-login of the root user (local = serial port and
Expand Down

0 comments on commit 716cfae

Please sign in to comment.