Searched refs:build_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/scripts/ |
H A D | generate_rust_analyzer.py | 110 def is_root_crate(build_file, target): argument 112 return f"{target}.o" in open(build_file).read()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 2527 def _devtool_ide_sdk_recipe(self, recipe_name, build_file, testimage): argument 2537 self.assertExists(os.path.join(tempdir, build_file), 2791 build_file = "CMakeLists.txt" 2793 recipe_name, build_file, testimage) 2807 build_file = "meson.build" 2809 recipe_name, build_file, testimage) 2822 build_file = "CMakeLists.txt" 2828 recipe_name, build_file, testimage) 2839 build_file = "meson.build" 2845 recipe_name, build_file, testimage)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 673 def build_file(self, buildfile, task, internal=True): member in Tinfoil
|