Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dterminal.bbclass24 runfile = runfmt.format(func=cmd_func, task=cmd_func, taskfunc=cmd_func, pid=os.getpid())
25 runfile = os.path.join(d.getVar('T'), runfile)
26 bb.utils.mkdirhier(os.path.dirname(runfile))
28 with open(runfile, 'w') as script:
36 os.chmod(runfile, 0o755)
38 return runfile
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py235 runfile = os.path.join(tempdir, runfn)
236 bb.utils.mkdirhier(os.path.dirname(runfile))
254 exec_func_python(func, d, runfile, cwd=adir)
256 exec_func_shell(func, d, runfile, cwd=adir)
274 def exec_func_python(func, d, runfile, cwd=None): argument
278 bb.utils.mkdirhier(os.path.dirname(runfile))
279 with open(runfile, 'w') as script:
407 def exec_func_shell(func, d, runfile, cwd=None): argument
418 with open(runfile, 'w') as script:
435 os.chmod(runfile, 0o775)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dbuild_fixup.patch4 make, move-pidfile-to-var-run, move-runfile-to-var-run