Home
last modified time | relevance | path

Searched refs:checkfiles (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py33 if RecipeHandler.checkfiles(srctree, ['CMakeLists.txt']):
61 srcfiles = RecipeHandler.checkfiles(srctree, ['CMakeLists.txt'])
309 if RecipeHandler.checkfiles(srctree, ['SConstruct', 'Sconstruct', 'sconstruct']):
324 if RecipeHandler.checkfiles(srctree, ['*.pro']):
337 if RecipeHandler.checkfiles(srctree, ['configure.ac', 'configure.in']):
344 conffile = RecipeHandler.checkfiles(srctree, ['configure'])
355 conffile = RecipeHandler.checkfiles(srctree, ['configure'])
469 … srcfiles = RecipeHandler.checkfiles(srctree, ['acinclude.m4', 'configure.ac', 'configure.in'])
739 makefile = RecipeHandler.checkfiles(srctree, ['Makefile', 'makefile', 'GNUmakefile'])
807 filelist = RecipeHandler.checkfiles(srctree, ['VERSION', 'version'])
[all …]
H A Dcreate_kmod.py33 …files = RecipeHandler.checkfiles(srctree, ['*.c', '*.h'], recursive=True, excludedirs=['contrib', …
H A Dcreate_buildsys_python.py579 setupfiles = RecipeHandler.checkfiles(srctree, ['setup.py'])
637 elif RecipeHandler.checkfiles(srctree, ['PKG-INFO']):
812 setupfiles = RecipeHandler.checkfiles(srctree, ["pyproject.toml"])
H A Dcreate_npm.py173 files = RecipeHandler.checkfiles(srctree, ["package.json"])
H A Dcreate_go.py666 files = RecipeHandler.checkfiles(srctree, ['go.mod'])
H A Dcreate.py151 def checkfiles(path, speclist, recursive=False, excludedirs=None): member in RecipeHandler
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpackage.py107 def checkfiles(): function
117 checkfiles()
123 checkfiles()