diff options
author | Fabio Estevam <festevam@denx.de> | 2022-12-07 08:24:57 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-08 17:10:47 -0800 |
commit | b69eb8bde0233614e9e6f69faa07bd2add4c10a3 (patch) | |
tree | 3e5daa4791b50cf87096427da4a12bfca4eb8e67 | |
parent | 8299706b637b76d95716079455c276a825d6f0c9 (diff) | |
download | meta-openembedded-b69eb8bde0233614e9e6f69faa07bd2add4c10a3.tar.gz |
crucible: Upgrade to 2022.12.06
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>
-rw-r--r-- | meta-oe/recipes-support/crucible/crucible_2022.12.06.bb (renamed from meta-oe/recipes-support/crucible/crucible_2022.05.25.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/crucible/crucible_2022.05.25.bb b/meta-oe/recipes-support/crucible/crucible_2022.12.06.bb index 73856d5704..111b4955cb 100644 --- a/meta-oe/recipes-support/crucible/crucible_2022.05.25.bb +++ b/meta-oe/recipes-support/crucible/crucible_2022.12.06.bb | |||
@@ -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 | " |
12 | SRCREV = "837bdb65a20de240f92ea57727385352e06b977e" | 12 | SRCREV = "6fc8c38cd1ae61b3855a3bd43b042dc5cdad7252" |
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 |