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 | 2531 def _devtool_ide_sdk_recipe(self, recipe_name, build_file, testimage): argument 2541 self.assertExists(os.path.join(tempdir, build_file), 2795 build_file = "CMakeLists.txt" 2797 recipe_name, build_file, testimage) 2811 build_file = "meson.build" 2813 recipe_name, build_file, testimage) 2826 build_file = "CMakeLists.txt" 2832 recipe_name, build_file, testimage) 2843 build_file = "meson.build" 2849 recipe_name, build_file, testimage)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | tinfoil.py | 681 def build_file(self, buildfile, task, internal=True): member in Tinfoil
|