]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 12:30:49 +0000 (12:30 +0000)
commit70ce5952373cedc1620a9c2d1e1348ab972124cb
treea2a5aaf4c01f7ef569829de29be8faa45c28cffd
parent1f8cf63f8affcf6c881c7842ef38b82b8781d2eb
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.

(From OE-Core rev: f13b56266ee96dfab65a3a7db50e8051aa9f071a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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