]> code.ossystems Code Review - openembedded-core.git/commit
devtool / recipetool: use tinfoil parsing API
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Dec 2016 07:09:36 +0000 (20:09 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Dec 2016 09:56:35 +0000 (09:56 +0000)
commitf13b56266ee96dfab65a3a7db50e8051aa9f071a
treeadf4d29677456c6fbac2c591337e5a8d7c5c3fa3
parent499ee9006271112f22cfe08fa5ba5c21be95380b
devtool / recipetool: use tinfoil parsing API

Use Tinfoil.parse_recipe_file() and Tinfoil.parse_recipe() instead of
the recipeutils equivalents, and replace any local duplicate
implementations. This not only tidies up the code but also allows these
calls to work in memres mode.

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/deploy.py
scripts/lib/devtool/standard.py
scripts/lib/devtool/upgrade.py
scripts/lib/recipetool/append.py
scripts/lib/recipetool/newappend.py
scripts/lib/recipetool/setvar.py