Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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.py174 setupfiles = RecipeHandler.checkfiles(srctree, ['setup.py'])
231 elif RecipeHandler.checkfiles(srctree, ['PKG-INFO']):
H A Dcreate_npm.py165 files = RecipeHandler.checkfiles(srctree, ["package.json"])
H A Dcreate.py151 def checkfiles(path, speclist, recursive=False, excludedirs=None): member in RecipeHandler
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dpackage.py98 def checkfiles(): function
108 checkfiles()
114 checkfiles()
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py115 files = RecipeHandler.checkfiles(srctree, ['*.pro'])
144 … subfiles = RecipeHandler.checkfiles(os.path.join(os.path.dirname(fn), item), ['*.pro'])