diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 479362fca5..ec744b472b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -2070,10 +2070,11 @@ - By default, there is no server that runs the PR Service. + By default, the PR Service is not enabled or running. Thus, the packages generated are just "self consistent". The build system adds and removes packages and - there are no guarantees about upgrade paths. + there are no guarantees about upgrade paths but images + will be consistent and correct with the latest changes. @@ -2187,19 +2188,6 @@ Debian Version Field Policy Guidelines. These guidelines define how versions are compared and what "increasing" a version means. - - - There are two reasons for following the previously mentioned guidelines. - First, to ensure that when a developer updates and rebuilds, they get all the changes to - the repository and do not have to remember to rebuild any sections. - Second, to ensure that target users are able to upgrade their - devices using package manager commands such as opkg upgrade - (or similar commands for dpkg/apt or rpm-based systems). - - - - The goal is to ensure the Yocto Project has packages that can be upgraded in all cases. -