aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tinfoil.py
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-08-30 20:45:09 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-02 16:29:36 +0100
commit5b3fedfe0822dd7effa4b6d5e96eaf42669a71df (patch)
tree1b61e1564b8eb80c769a82aee127846c9e79df1b /lib/bb/tinfoil.py
parent131e6dc4bbd197774d35d2b266bfb0816f6e6b1e (diff)
downloadbitbake-5b3fedfe0822dd7effa4b6d5e96eaf42669a71df.tar.gz
cache: allow parsing a recipe with a custom config datastore
To accommodate the OpenEmbedded layer index recipe parsing, we have to have the ability to pass in a custom config datastore since it constructs a synthetic one. To make this possible after the multi-config changes, rename the internal _load_bbfile() function to parse_recipe(), make it a function at the module level (since it doesn't actually need to access any members of the class or instance) and move setting __BBMULTICONFIG inside it since other code will expect that to be set. Part of the fix for [YOCTO #10192]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'lib/bb/tinfoil.py')
0 files changed, 0 insertions, 0 deletions