diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-09-15 12:09:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-18 13:03:45 +0100 |
commit | badb6c6fb491338e81fa10348a9315bd3c228a1a (patch) | |
tree | 29b81f2f2b43046f8ce231ba797fec2c77831d60 /documentation | |
parent | 6a9e7fb0104f2f4af680be28e8cb3183a5aecf8a (diff) | |
download | poky-badb6c6fb491338e81fa10348a9315bd3c228a1a.tar.gz |
ref-manual: update "devtool check-upgrade-status" output
This command now uses "INFO" insted of "NOTES" and output
information in columns. Also good to show more recent
versions of recipes.
(From yocto-docs rev: d875083150ac30b884d823e9f0f568d3a92ddcc1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/devtool-reference.rst | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst index 6c5f433121..a1a8bcdc98 100644 --- a/documentation/ref-manual/devtool-reference.rst +++ b/documentation/ref-manual/devtool-reference.rst | |||
@@ -392,15 +392,12 @@ for an example. | |||
392 | 392 | ||
393 | $ devtool check-upgrade-status | 393 | $ devtool check-upgrade-status |
394 | ... | 394 | ... |
395 | NOTE: acpid 2.0.30 2.0.31 Ross Burton <ross.burton@intel.com> | 395 | INFO: bind 9.16.20 9.16.21 Armin Kuster <akuster808@gmail.com> |
396 | NOTE: u-boot-fw-utils 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff | 396 | INFO: inetutils 2.1 2.2 Tom Rini <trini@konsulko.com> |
397 | NOTE: u-boot-tools 2018.11 2019.01 Marek Vasut <marek.vasut@gmail.com> d3689267f92c5956e09cc7d1baa4700141662bff | 397 | INFO: iproute2 5.13.0 5.14.0 Changhyeok Bae <changhyeok.bae@gmail.com> |
398 | . | 398 | INFO: openssl 1.1.1l 3.0.0 Alexander Kanavin <alex.kanavin@gmail.com> |
399 | . | 399 | INFO: base-passwd 3.5.29 3.5.51 Anuj Mittal <anuj.mittal@intel.com> cannot be updated due to: Version 3.5.38 requires cdebconf for update-passwd utility |
400 | . | 400 | ... |
401 | 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 | ||
402 | NOTE: busybox 1.29.2 1.30.0 Andrej Valek <andrej.valek@siemens.com> | ||
403 | NOTE: dbus-test 1.12.10 1.12.12 Chen Qi <Qi.Chen@windriver.com> | ||
404 | 401 | ||
405 | Last but not least, you may set :term:`UPSTREAM_VERSION_UNKNOWN` to ``1`` | 402 | Last but not least, you may set :term:`UPSTREAM_VERSION_UNKNOWN` to ``1`` |
406 | in a recipe when there's currently no way to determine its latest upstream | 403 | in a recipe when there's currently no way to determine its latest upstream |