summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2025-09-17 20:38:32 -0300
committerKhem Raj <raj.khem@gmail.com>2025-09-17 19:59:20 -0700
commitdfc93cc6d4543224d842430becad94b789b47ff0 (patch)
treedfe5fbc62c25f12859104c62b77f6b95ead001c5 /meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
parent6a86d97e0eb03769b300b6a924c88103b43cfd1e (diff)
downloadmeta-openembedded-dfc93cc6d4543224d842430becad94b789b47ff0.tar.gz
crucible: Update to 2025.05.28
Update to the latest 2025.05.28 revision. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/crucible/crucible_2023.11.02.bb')
-rw-r--r--meta-oe/recipes-support/crucible/crucible_2023.11.02.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
deleted file mode 100644
index 132395e023..0000000000
--- a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses"
2
3LICENSE = "BSD-3-Clause & ${GO_MOD_LICENSES}"
4LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116"
5require ${BPN}-licenses.inc
6
7SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master;destsuffix=${GO_SRCURI_DESTSUFFIX}"
8require ${BPN}-go-mods.inc
9
10SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5"
11
12
13GO_IMPORT = "github.com/usbarmory/crucible"
14GO_INSTALL = "\
15 ${GO_IMPORT}/cmd/crucible \
16 ${GO_IMPORT}/cmd/habtool \
17"
18
19inherit go-mod