summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-11-06 00:13:13 -0300
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:49:52 -0800
commitd43a66fdc57a68faf54bf8f27d1d2f83ed452cdc (patch)
tree7b048d33e308628f54daa1624a50c00e8b4868c7
parentfc7666e5bc01ddcdc16d9d3b838be5c35d84fda2 (diff)
downloadmeta-openembedded-d43a66fdc57a68faf54bf8f27d1d2f83ed452cdc.tar.gz
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 #21 from Lionizers/master fusemaps: Add support for second MAC address for i.MX7D move to BSD style license tidying Merge pull request #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 <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/crucible/crucible_2023.11.02.bb (renamed from meta-oe/recipes-support/crucible/crucible_2023.04.12.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/crucible/crucible_2023.04.12.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
index 4830acff1..339bb35f2 100644
--- a/meta-oe/recipes-support/crucible/crucible_2023.04.12.bb
+++ b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses" 1SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses"
2LICENSE = "GPL-3.0-only" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=a64ced9463b8c81d08335d41966e0592" 3LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116"
4 4
5GO_IMPORT = "github.com/usbarmory/crucible" 5GO_IMPORT = "github.com/usbarmory/crucible"
6SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master" 6SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master"
@@ -9,7 +9,7 @@ GO_INSTALL = "\
9 ${GO_IMPORT}/cmd/crucible \ 9 ${GO_IMPORT}/cmd/crucible \
10 ${GO_IMPORT}/cmd/habtool \ 10 ${GO_IMPORT}/cmd/habtool \
11" 11"
12SRCREV = "269c90b0067e469c20b11e7fc5f4681ad5f0af7e" 12SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6"
13 13
14# Workaround for network access issue during compile step. 14# Workaround for network access issue during compile step.
15# This needs to be fixed in the recipes buildsystem so that 15# This needs to be fixed in the recipes buildsystem so that