Lines Matching refs:get
219 meta['name'] = meta.get('name', module_path.name)
233 section = meta.get('build', dict())
237 cmake_extern = section.get('cmake-ext', False)
244 cmake_setting = section.get('cmake', None)
264 section = meta.get('build', dict())
268 cmake_extern = section.get('sysbuild-cmake-ext', False)
275 cmake_setting = section.get('sysbuild-cmake', None)
298 section = meta.get('build', dict())
299 build_settings = section.get('settings', None)
304 setting = build_settings.get(root+'_root', None)
327 mblobs = meta.get('blobs', None)
333 blob['module'] = meta.get('name', None)
378 section = meta.get('build', dict())
381 kconfig_extern = section.get('kconfig-ext', False)
385 kconfig_setting = section.get('kconfig', None)
402 section = meta.get('build', dict())
405 kconfig_extern = section.get('sysbuild-kconfig-ext', False)
409 kconfig_setting = section.get('sysbuild-kconfig', None)
429 tests = meta.get('tests', [])
430 samples = meta.get('samples', [])
431 boards = meta.get('boards', [])
563 zephyr_off = zephyr_project.get("remote") is None
600 manifest_off = manifest_project.get("remote") is None
616 …if not meta_project.get("remote") or project.sha(MANIFEST_REV_BRANCH) != meta_project['revision'].…
618 if not meta_project.get('remote') or project.url != meta_project['remote']:
648 meta_module['name'] = module.meta.get('name')
650 if module.meta.get('security'):
651 meta_module['security'] = module.meta.get('security')
755 depends = meta.get('build', {}).get('depends', [])