]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: tinfoil: add a parse_recipe_file function
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 30 Aug 2016 02:16:22 +0000 (14:16 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2016 17:09:49 +0000 (18:09 +0100)
commit26aad57ecec0c4a75f87c2c13cd060b80bac5212
tree8716b132dfaab2a58162743cbf4a90d174d0e3d5
parent818a36590a74ad6c461e3af538f405be6a9ef6f0
bitbake: tinfoil: add a parse_recipe_file function

Parsing a recipe is such a common task for tinfoil-using scripts, and is
a little awkward to do properly, so add an API function to do it. This
should also isolate scripts a little from future changes to the internal
code. The first user of this will be the OpenEmbedded layer index update
script.

Part of the fix for [YOCTO #10192].

(Bitbake rev: 39780b1ccbd76579db0fc6fb9369c848a3bafa9d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/tinfoil.py