From: Daniel Turull <[email protected]> babeltrace2 maintains a branch per minor series (stable-2.0, stable-2.1) and keeps the older one alive: 2.0.7 and 2.1.2 were released the same day in July 2025, with 2.1.1 already out since April. So upgrades within a major.minor are stable point upgrades per the OE-Core stable release policy (ref-manual, "Stable Point Release Upgrades"). There is no written policy document, so qualification rests on that branch structure and the release contents below.
https://docs.yoctoproject.org/dev/ref-manual/release-process.html#stable-point-release-upgrades https://github.com/efficios/babeltrace/tree/stable-2.1 Upstream keeps a ChangeLog with a per-release entry list. Both point releases in the current series are fixes, tests and documentation: 2.1.2 (Jul 22 2025) is 13 commits, and 2.1.1 (Apr 14 2025) 10. Already tracked this way on the OE stable branches, counting only bumps since each branch forked: kirkstone took 2.0.4 -> 2.0.5 and scarthgap 2.0.5 -> 2.0.6. wrynose has taken none and sits at 2.1.2. AI-Generated: Kiro with Claude Opus 5 Signed-off-by: Daniel Turull <[email protected]> --- meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb index 7c151bf729..993438da3a 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb @@ -19,7 +19,9 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=http SRCREV = "d0e946a71faf5f0c2d7f1fb5b92a369983e9cf10" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" -inherit autotools pkgconfig ptest setuptools3-base +# babeltrace2 publishes bugfix/security-only releases on its per-minor +# stable-X.Y branches. +inherit autotools pkgconfig ptest setuptools3-base upstream-stable-release-point EXTRA_OECONF = "--disable-debug-info --disable-Werror --enable-python-plugins --enable-python-bindings"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243176): https://lists.openembedded.org/g/openembedded-core/message/243176 Mute This Topic: https://lists.openembedded.org/mt/120699043/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
