Skip to content

Commit

Permalink
feat: adds measured boot recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
fnerdman committed Jul 5, 2024
1 parent 14c5503 commit 0127dfd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions recipes-attestation/measured-boot/measured-boot_dev.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
inherit go-mod
LICENSE = "CLOSED"

GO_IMPORT = "github.com/flashbots/measured-boot"
SRC_URI = "git://${GO_IMPORT};protocol=https;branch=main"
SRCREV = "${AUTOREV}"

GO_LINKSHARED = ""

# reproducible builds
INHIBIT_PACKAGE_DEBUG_SPLIT = '1'
INHIBIT_PACKAGE_STRIP = '1'
GO_EXTRA_LDFLAGS:append = " -s -w -buildid="

RDEPENDS:${PN}-dev += "bash"

do_compile[network] = "1"

0 comments on commit 0127dfd

Please sign in to comment.