mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs/tools: print debug message when parsing recipes
Without this it's not clear what's happening if debug mode is enabled and you are waiting for the parsing step. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
4ea3834033
commit
034d66ab5a
|
@ -121,6 +121,7 @@ def load_recipes(layerbranch, bitbakepath, fetchdir, settings, logger,
|
||||||
recipes = []
|
recipes = []
|
||||||
for fn in recipe_files:
|
for fn in recipe_files:
|
||||||
try:
|
try:
|
||||||
|
logger.debug('Parsing %s' % fn)
|
||||||
if hasattr(tinfoil, 'parse_recipe_file'):
|
if hasattr(tinfoil, 'parse_recipe_file'):
|
||||||
data = tinfoil.parse_recipe_file(fn, appends=False, config_data=d)
|
data = tinfoil.parse_recipe_file(fn, appends=False, config_data=d)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user