From 8c8141abd81d3ce9aead533675d58b1feb4548a9 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 27 Jan 2026 14:06:46 +0100 Subject: [PATCH] dev-manual/packages.rst: fix example recipe version The example recipe taken above is hello-world on version 1.0 (because PV equals "1.0+git". Fix this issue. (From yocto-docs rev: 2d765587de2a2f3383a400d9bdecf64d9b182af9) Signed-off-by: Antonin Godard (cherry picked from commit 411122812ced4ec32127a823896a73aacf6eb97c) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/dev-manual/packages.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst index 1ab687f4c0..a9a530ae65 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst @@ -274,8 +274,8 @@ with a number. The number used depends on the state of the PR Service: .. code-block:: none - hello-world-git_0.0+git0+b6558dd387-r0.0_armv7a-neon.ipk - hello-world-git_0.0+git1+dd2f5c3565-r0.1_armv7a-neon.ipk + hello-world-git_1.0+git0+b6558dd387-r0.0_armv7a-neon.ipk + hello-world-git_1.0+git1+dd2f5c3565-r0.1_armv7a-neon.ipk Two numbers got incremented here: @@ -300,8 +300,8 @@ with a number. The number used depends on the state of the PR Service: .. code-block:: none - hello-world-git_0.0+git0+b6558dd387-r0_armv7a-neon.ipk - hello-world-git_0.0+git0+dd2f5c3565-r0_armv7a-neon.ipk + hello-world-git_1.0+git0+b6558dd387-r0_armv7a-neon.ipk + hello-world-git_1.0+git0+dd2f5c3565-r0_armv7a-neon.ipk In summary, the OpenEmbedded build system does not track the history of binary package versions for this purpose. ``AUTOINC``, in this case, is