diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-09-17 20:38:32 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-17 19:59:20 -0700 |
| commit | dfc93cc6d4543224d842430becad94b789b47ff0 (patch) | |
| tree | dfe5fbc62c25f12859104c62b77f6b95ead001c5 /meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | |
| parent | 6a86d97e0eb03769b300b6a924c88103b43cfd1e (diff) | |
| download | meta-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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Utility that provides userspace support for reading and writing to the i.MX fuses" | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause & ${GO_MOD_LICENSES}" | ||
| 4 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=201414b6610203caed355323b1ab3116" | ||
| 5 | require ${BPN}-licenses.inc | ||
| 6 | |||
| 7 | SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master;destsuffix=${GO_SRCURI_DESTSUFFIX}" | ||
| 8 | require ${BPN}-go-mods.inc | ||
| 9 | |||
| 10 | SRCREV = "dec27cd4e0e0db106c0a21d429c04ca8d36bbdd5" | ||
| 11 | |||
| 12 | |||
| 13 | GO_IMPORT = "github.com/usbarmory/crucible" | ||
| 14 | GO_INSTALL = "\ | ||
| 15 | ${GO_IMPORT}/cmd/crucible \ | ||
| 16 | ${GO_IMPORT}/cmd/habtool \ | ||
| 17 | " | ||
| 18 | |||
| 19 | inherit go-mod | ||
