Make this consistent with "devtool add" so that the user knows where to find the new recipe.
Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com> --- scripts/lib/devtool/upgrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 14dc14c..680cbf1 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): -- 2.5.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core