mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
rrs/tools/common.py: When load a recipe use tinfoil cache
Due to multi-configuration builds in bitbake now is needed to use a tinfoil cache instance instead of call directly in bb.cache. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
2c6610ce5d
commit
818288f17c
|
@ -119,7 +119,7 @@ def load_recipes(layerbranch, bitbakepath, fetchdir, settings, logger,
|
|||
recipes = []
|
||||
for rp in recipe_files:
|
||||
try:
|
||||
data = bb.cache.Cache.loadDataFull(rp, [], d)
|
||||
data = tinfoil.cache.loadDataFull(rp, [])
|
||||
try:
|
||||
pv = data.getVar('PV', True)
|
||||
except FetchError:
|
||||
|
|
Loading…
Reference in New Issue
Block a user