Skip to content

Commit c0978b2

Browse files
Fabio Estevamkraj
Fabio Estevam
authored andcommitted
crucible: Upgrade to 2023.11.02
Upgrade to 2023.11.02, which contanins the following new commits: fix MAC address fuse naming Merge pull request openembedded#21 from Lionizers/master fusemaps: Add support for second MAC address for i.MX7D move to BSD style license tidying Merge pull request openembedded#18 from DAVEEmbeddedSystems/extend-imx8mp-uniqueid-to-128-bit fusemaps: imx8mp: add UNIQUE_ID upper 64 bit The license has changed to BSD-3-Clause, so adjust it accordingly. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 3fe8282 commit c0978b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-oe/recipes-support/crucible/crucible_2023.04.12.bb renamed to meta-oe/recipes-support/crucible/crucible_2023.11.02.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses"
2-
LICENSE = "GPL-3.0-only"
3-
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=a64ced9463b8c81d08335d41966e0592"
2+
LICENSE = "BSD-3-Clause"
3+
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116"
44

55
GO_IMPORT = "github.com/usbarmory/crucible"
66
SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master"
@@ -9,7 +9,7 @@ GO_INSTALL = "\
99
${GO_IMPORT}/cmd/crucible \
1010
${GO_IMPORT}/cmd/habtool \
1111
"
12-
SRCREV = "269c90b0067e469c20b11e7fc5f4681ad5f0af7e"
12+
SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6"
1313

1414
# Workaround for network access issue during compile step.
1515
# This needs to be fixed in the recipes buildsystem so that

0 commit comments

Comments
 (0)