| Message ID | 20260127-pr-server-increment-details-v2-2-b46f91df002b@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | dev-manual/packages.rst: pr server fixes | expand |
diff --git a/documentation/dev-manual/packages.rst b/documentation/dev-manual/packages.rst index 86a569b67..383c93131 100644 --- a/documentation/dev-manual/packages.rst +++ b/documentation/dev-manual/packages.rst @@ -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.0_armv7a-neon.ipk - hello-world-git_0.0+git0+dd2f5c3565-r0.0_armv7a-neon.ipk + hello-world-git_0.0+git0+b6558dd387-r0_armv7a-neon.ipk + hello-world-git_0.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
When we don't have a PR server enabled, we don't have leading ".0" to the PKGR variable, as this is added by the PR server. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/packages.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)