Home
last modified time | relevance | path

Searched refs:build_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/
H A Dgenerate_rust_analyzer.py110 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 Ddevtool.py2531 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 Dtinfoil.py681 def build_file(self, buildfile, task, internal=True): member in Tinfoil