aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-02-24 16:13:45 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:36 +0000
commit28fea4a104ba85aded2ecfe891e9bf997d72a103 (patch)
tree325177a26d9835cfce4090941e943975b3b8838d
parent4acf8a6912106dd3da5ceee9e30ccce86211d04b (diff)
downloadopenembedded-core-contrib-28fea4a104ba85aded2ecfe891e9bf997d72a103.tar.gz
devtool: upgrade: print new recipe name
Make this consistent with "devtool add" so that the user knows where to find the new recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--scripts/lib/devtool/upgrade.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py
index 14dc14c067..680cbf132d 100644
--- a/scripts/lib/devtool/upgrade.py
+++ b/scripts/lib/devtool/upgrade.py
@@ -349,6 +349,7 @@ def upgrade(args, config, basepath, workspace):
config.workspace_path, rd)
standard._add_md5(config, pn, af)
logger.info('Upgraded source extracted to %s' % srctree)
+ logger.info('New recipe is %s' % rf)
return 0
def register_commands(subparsers, context):