From 650483c08544ef93cf226bde9dac7ee4fd3ad2a5 Mon Sep 17 00:00:00 2001 From: ScottW514 Date: Fri, 11 Sep 2026 12:55:02 -0400 Subject: [PATCH] Pin forgectrl 0.1.19: the lens frame with a workflow file that parses forgectrl 3e54612 renames the lens_test step in build.yml, whose name held a colon that YAML read as a mapping, so CI on f8ddb17 ran nothing. The source is f8ddb17's; the pin moves so the release names a commit with a green build. --- meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl-pin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl-pin.inc b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl-pin.inc index 1b4f3be..0c52959 100644 --- a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl-pin.inc +++ b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl-pin.inc @@ -2,5 +2,5 @@ # only SRCREV and PV here - the image manifest leaves *-pin.inc out of the # layer content hash because the component entry already identifies the # pinned source (forgefirm-image-manifest.bbclass). -SRCREV = "f8ddb17762ff3eb194c01e13579793d712ce70fc" -PV = "0.1.18" +SRCREV = "3e546125c1d5c72ad76f0509147373e79ea8f6fa" +PV = "0.1.19"