diff mbox series

[v2,3/3] dev-manual/packages.rst: fix example recipe version

Message ID 20260127-pr-server-increment-details-v2-3-b46f91df002b@bootlin.com
State New
Headers show
Series dev-manual/packages.rst: pr server fixes | expand

Commit Message

Antonin Godard Jan. 27, 2026, 1:06 p.m. UTC
The example recipe taken above is hello-world on version 1.0 (because
PV equals "1.0+git". Fix this issue.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/dev-manual/packages.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst
index 383c93131..6b4a3b81a 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