We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af3597 commit e5710a0Copy full SHA for e5710a0
1 file changed
ci/patch_srcrev.sh
@@ -64,6 +64,12 @@ else
64
echo "SRCREV = \"${VIDEO_DRIVER_SHA}\"" >> "${RECIPE_PATH}"
65
fi
66
67
+# ── NEW: remove patches already present in the checked-out source ──────────
68
+echo "🩹 Removing patches already merged into source tree..."
69
+sed -i '/0001-video-driver-copy-struct-v4l2_format-by-assignment\.patch/d' "${RECIPE_PATH}"
70
+echo "✅ Stale patch entries removed"
71
+# ───────────────────────────────────────────────────────────────────────────
72
+
73
echo "✅ Recipe patched successfully"
74
echo "=== Patched recipe preview ==="
-grep -nE 'SRC_URI|SRCREV' "${RECIPE_PATH}" || true
75
+grep -nE 'SRC_URI|SRCREV|\.patch' "${RECIPE_PATH}" || true
0 commit comments