diff --git a/layerindex/recipedesc.py b/layerindex/recipedesc.py index ee7f2fe..7ed1bae 100644 --- a/layerindex/recipedesc.py +++ b/layerindex/recipedesc.py @@ -63,7 +63,7 @@ def main(): sys.exit(1) # Skip sanity checks - os.environ['BB_ENV_EXTRAWHITE'] = 'DISABLE_SANITY_CHECKS' + os.environ['BB_ENV_PASSTHROUGH_ADDITIONS'] = 'DISABLE_SANITY_CHECKS' os.environ['DISABLE_SANITY_CHECKS'] = '1' sys.path.extend([bitbakepath + '/lib']) diff --git a/layerindex/recipeparse.py b/layerindex/recipeparse.py index c918677..d93d27e 100644 --- a/layerindex/recipeparse.py +++ b/layerindex/recipeparse.py @@ -36,7 +36,7 @@ def init_parser(settings, branch, bitbakepath, enable_tracking=False, nocheckout utils.checkout_repo(bitbakepath, bitbake_ref, logger=logger) # Skip sanity checks - os.environ['BB_ENV_EXTRAWHITE'] = 'DISABLE_SANITY_CHECKS' + os.environ['BB_ENV_PASSTHROUGH_ADDITIONS'] = 'DISABLE_SANITY_CHECKS' os.environ['DISABLE_SANITY_CHECKS'] = '1' fetchdir = settings.LAYER_FETCH_DIR