mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
ref-manual: New section "Checking Upgrade Status of a Recipe"
I added a new section showcasing the "devtool check-upgrade-status" command. Also, added a note in the "Upgrading a Recipe" section" to tell the reader they might want to check on a recipe's upgrade status before upgrading a recipe. (From yocto-docs rev: ca091498a274b9a7a44b0d6d5ee826c1d2bd6a3c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cd8304bfd7
commit
cca5eb8ec3
@@ -427,6 +427,71 @@
|
|||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section id='devtool-checking-on-the-upgrade-status-of-a-recipe'>
|
||||||
|
<title>Checking on the Upgrade Status of a Recipe</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Upstream recipes change over time.
|
||||||
|
Consequently, you might find that you need to determine if you
|
||||||
|
can upgrade a recipe to a newer version.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
To check on the upgrade status of a recipe, use the
|
||||||
|
<filename>devtool check-upgrade-status</filename> command.
|
||||||
|
The command displays a table of your current recipe versions,
|
||||||
|
the latest upstream versions, and any additional information
|
||||||
|
such as commit hash strings and reasons you might be able to
|
||||||
|
upgrade a particular recipe.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
As with all <filename>devtool</filename> commands, you can get
|
||||||
|
help on the individual command:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
$ devtool check-upgrade-status -h
|
||||||
|
NOTE: Starting bitbake server...
|
||||||
|
usage: devtool check-upgrade-status [-h] [--all] [recipe [recipe ...]]
|
||||||
|
|
||||||
|
Prints a table of recipes together with versions currently provided by
|
||||||
|
recipes, and latest upstream versions, when there is a later version available
|
||||||
|
|
||||||
|
arguments:
|
||||||
|
recipe Name of the recipe to report (omit to report upgrade info for
|
||||||
|
all recipes)
|
||||||
|
|
||||||
|
options:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--all, -a Show all recipes, not just recipes needing upgrade
|
||||||
|
</literallayout>
|
||||||
|
Following is a partial example table which reports on all the
|
||||||
|
recipes:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
$ devtool check-upgrade-status
|
||||||
|
...
|
||||||
|
NOTE: acpid 2.0.30 2.0.31
|
||||||
|
Ross Burton <ross.burton@intel.com>
|
||||||
|
NOTE: u-boot-fw-utils 2018.11 2019.01
|
||||||
|
Marek Vasut <marek.vasut@gmail.com>
|
||||||
|
d3689267f92c5956e09cc7d1baa4700141662bff
|
||||||
|
NOTE: u-boot-tools 2018.11 2019.01
|
||||||
|
Marek Vasut <marek.vasut@gmail.com>
|
||||||
|
d3689267f92c5956e09cc7d1baa4700141662bff
|
||||||
|
.
|
||||||
|
.
|
||||||
|
.
|
||||||
|
NOTE: base-passwd 3.5.29 3.5.45
|
||||||
|
Anuj Mittal <anuj.mittal@intel.com> cannot be updated due to: Version
|
||||||
|
3.5.38 requires cdebconf for update-passwd utility
|
||||||
|
NOTE: busybox 1.29.2 1.30.0
|
||||||
|
Andrej Valek <andrej.valek@siemens.com>
|
||||||
|
NOTE: dbus-test 1.12.10 1.12.12
|
||||||
|
Chen Qi <Qi.Chen@windriver.com>
|
||||||
|
</literallayout>
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id='devtool-upgrading-a-recipe'>
|
<section id='devtool-upgrading-a-recipe'>
|
||||||
<title>Upgrading a Recipe</title>
|
<title>Upgrading a Recipe</title>
|
||||||
|
|
||||||
@@ -441,6 +506,13 @@
|
|||||||
section of the Yocto Project Development Tasks Manual.
|
section of the Yocto Project Development Tasks Manual.
|
||||||
This section overviews the <filename>devtool upgrade</filename>
|
This section overviews the <filename>devtool upgrade</filename>
|
||||||
command.
|
command.
|
||||||
|
<note>
|
||||||
|
Before you upgrade a recipe, you can check on its upgrade
|
||||||
|
status.
|
||||||
|
See the
|
||||||
|
"<link linkend='devtool-checking-on-the-upgrade-status-of-a-recipe'>Checking on the Upgrade Status of a Recipe</link>"
|
||||||
|
for more information.
|
||||||
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user