From e60019c6eb5702ceb082c9bc16abb6f7327ff57f 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: a48ab61034d50be1026b939112f4a5c58bed7b88) 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 38cc20d0d9..7db2fe21d4 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst @@ -279,8 +279,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: @@ -305,8 +305,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