From 3dfee18b969454b0403256eced35f406a6822f56 Mon Sep 17 00:00:00 2001 From: ScottW514 Date: Fri, 14 Aug 2026 21:17:57 -0400 Subject: [PATCH] Bump forgectrl pin to 424f185 (liveness doors-bit fix) Pulls in the inverted-doors-bit fix in the liveness probe enclosure guard (the probe was skipping on every spawn with the lid closed and would have moved the gantry with it open) plus the P10 -Werror warning cleanup. Source pushed to origin/main; bitbake -c fetch verified. --- meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb index 0c75181..a3d0ce2 100644 --- a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb +++ b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb @@ -9,7 +9,7 @@ PV = "0.1.0" SRC_URI = "git://github.com/ScottW514/forgectrl.git;protocol=https;branch=main" # Pinned; bump deliberately after pushing forgectrl changes. -SRCREV = "aa99d307f353b2f2dcfba2a076f03b5417f919cc" +SRCREV = "424f185a029cfadfd167d48b80a45f5a73a1c89f" S = "${WORKDIR}/git"