]> code.ossystems Code Review - openembedded-core.git/commit
devtool: show some warnings for upgrade versions
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 28 Sep 2017 02:51:40 +0000 (15:51 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
commit92c4d9be9ed365c449ea1ac5a18ddb15e4a36b2d
treead8d4e0a77d69e782f5249801d0eb9d53717242a
parent30d2ea67b2c4727e23d06a35745b1afa64b130cc
devtool: show some warnings for upgrade versions

* Show a warning in devtool upgrade if the version is less than the
  current version suggesting that the user may need to bump PE in the
  recipe
* Show a warning in devtool add and devtool upgrade if the version looks
  like a pre-release version suggesting using a version number that
  won't mess up the progression when you come to upgrade to the final
  release version.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py