Searched refs:extrafiles (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | process.py | 75 def _logged_communicate(pipe, log, input, extrafiles): argument 90 for fobj, _ in extrafiles: 95 for fobj, func in extrafiles: 158 def run(cmd, input=None, log=None, extrafiles=None, **options): argument 162 if not extrafiles: 163 extrafiles = [] 177 stdout, stderr = _logged_communicate(pipe, log, input, extrafiles)
|
| H A D | build.py | 507 … bb.process.run(cmd, shell=False, stdin=stdin, log=logfile, extrafiles=[(fifo,readfifo)])
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/ |
| H A D | LICENSE | 1 All content inside qt5-demo-extrafiles package are distributed under GPLv2 license
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel-yocto.bbclass | 96 extrafiles = [] 102 if path + ":True" not in extrafiles: 103 extrafiles.append(path + ":" + str(os.path.exists(path))) 105 return " ".join(extrafiles)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 748 extrafiles = extravalues.pop('extrafiles', {}) 804 if extrafiles: 810 for destfn, extrafile in extrafiles.items():
|