summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/crucible
Commit message (Collapse)AuthorAgeFilesLines
* crucible: Inherit go-mod-update-modulesFabio Estevam2025-09-211-1/+1
| | | | | | | | Inherit go-mod-update-modules to make future recipe updates easier. Suggested-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Update to 2025.05.28Fabio Estevam2025-09-173-66/+143
| | | | | | | 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>
* crucible: Update module cache contentChristian Lindeberg2025-09-021-116/+0
| | | | | | | | | The Go module cache content URIs has been regenerated by listing dependencies with "${GO_INSTALL}" instead of "${GO_IMPORT}/..." as the package patterns. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Add spdx parameter to license URIsChristian Lindeberg2025-09-021-36/+36
| | | | | | | | Add an "spdx" parameter with the identified license name to the URIs in LIC_FILES_CHECKSUM in crucible-licenses.inc. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Use go module fetcherChristian Lindeberg2025-04-023-9/+204
| | | | | | | | | Use the go module fetcher instead of allowing network access during the compile task. Reorder variables according to the recipe style guide. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "crucible: Use go module fetcher"Khem Raj2025-03-103-204/+9
| | | | | | | | | | | This reverts commit 8d635b0510c86a80261a461f833142d2bdfad0f0. gomod fetcher fails for this see [1] [1] https://autobuilder.yoctoproject.org/valkyrie/#/builders/82/builds/211/steps/16/logs/stdio Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Christian Lindeberg <christian.lindeberg@axis.com>
* crucible: Use go module fetcherChristian Lindeberg2025-01-103-9/+204
| | | | | | | | | Use the go module fetcher instead of allowing network access during the compile task. Reorder variables according to the recipe style guide. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Adjust for UNPACKDIR/WORKDIR reworkKhem Raj2024-05-231-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Define GOPROXYKhem Raj2024-03-031-1/+2
| | | | | | Its needed with go 1.21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2023.11.02Fabio Estevam2023-11-061-3/+3
| | | | | | | | | | | | | | | | | | 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>
* crucible: Upgrade to 2023.04.12 releaseKhem Raj2023-06-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2022.12.06Fabio Estevam2022-12-081-1/+1
| | | | | | | Upgrade to the crucible 2022.12.06 version. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Add recipeFabio Estevam2022-10-151-0/+19
crucible is an utility that provides userspace support for reading and writing to the i.MX fuses. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>