]> code.ossystems Code Review - openembedded-core.git/commit
devtool: reset: allow reset to work if the recipe file has been deleted
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jul 2016 23:57:11 +0000 (11:57 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:04 +0000 (23:10 +0100)
commit47822a2aff56fd338c16b5ad756feda9f395a8a1
tree407dba24d14a1c0703dfc9dfe64d4eb5c06d9d1c
parentb2ca2523cc9e51a4759b4420b07b0b67b3f5ac43
devtool: reset: allow reset to work if the recipe file has been deleted

We were attempting to open the recipe file unconditionally here - we
need to account for the possibility that the recipe file has been
deleted or moved away by the user.

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