1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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 <antonin.godard@bootlin.com>
(cherry picked from commit 411122812ced4ec32127a823896a73aacf6eb97c)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Antonin Godard
2026-01-27 14:06:46 +01:00
committed by Richard Purdie
parent 7794952de8
commit e60019c6eb
+4 -4
View File
@@ -279,8 +279,8 @@ with a number. The number used depends on the state of the PR Service:
.. code-block:: none .. code-block:: none
hello-world-git_0.0+git0+b6558dd387-r0.0_armv7a-neon.ipk hello-world-git_1.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+git1+dd2f5c3565-r0.1_armv7a-neon.ipk
Two numbers got incremented here: 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 .. code-block:: none
hello-world-git_0.0+git0+b6558dd387-r0_armv7a-neon.ipk hello-world-git_1.0+git0+b6558dd387-r0_armv7a-neon.ipk
hello-world-git_0.0+git0+dd2f5c3565-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 In summary, the OpenEmbedded build system does not track the history of
binary package versions for this purpose. ``AUTOINC``, in this case, is binary package versions for this purpose. ``AUTOINC``, in this case, is