From d43a66fdc57a68faf54bf8f27d1d2f83ed452cdc Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 6 Nov 2023 00:13:13 -0300 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-support/crucible/crucible_2023.04.12.bb | 19 ------------------- .../recipes-support/crucible/crucible_2023.11.02.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-support/crucible/crucible_2023.04.12.bb create mode 100644 meta-oe/recipes-support/crucible/crucible_2023.11.02.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/crucible/crucible_2023.04.12.bb b/meta-oe/recipes-support/crucible/crucible_2023.04.12.bb deleted file mode 100644 index 4830acff1d..0000000000 --- a/meta-oe/recipes-support/crucible/crucible_2023.04.12.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=a64ced9463b8c81d08335d41966e0592" - -GO_IMPORT = "github.com/usbarmory/crucible" -SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master" - -GO_INSTALL = "\ - ${GO_IMPORT}/cmd/crucible \ - ${GO_IMPORT}/cmd/habtool \ -" -SRCREV = "269c90b0067e469c20b11e7fc5f4681ad5f0af7e" - -# Workaround for network access issue during compile step. -# This needs to be fixed in the recipes buildsystem so that -# it can be accomplished during do_fetch task. -do_compile[network] = "1" - -inherit go-mod diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb new file mode 100644 index 0000000000..339bb35f2d --- /dev/null +++ b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb @@ -0,0 +1,19 @@ +SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116" + +GO_IMPORT = "github.com/usbarmory/crucible" +SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master" + +GO_INSTALL = "\ + ${GO_IMPORT}/cmd/crucible \ + ${GO_IMPORT}/cmd/habtool \ +" +SRCREV = "358b5e7adb7f101f870f2b42fe5371460a3cccb6" + +# Workaround for network access issue during compile step. +# This needs to be fixed in the recipes buildsystem so that +# it can be accomplished during do_fetch task. +do_compile[network] = "1" + +inherit go-mod -- cgit v1.2.3-54-g00ecf