Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Dterminal.bbclass30 runfile = runfmt.format(func=cmd_func, task=cmd_func, taskfunc=cmd_func, pid=os.getpid())
31 runfile = os.path.join(d.getVar('T'), runfile)
32 bb.utils.mkdirhier(os.path.dirname(runfile))
34 with open(runfile, 'w') as script:
42 os.chmod(runfile, 0o755)
44 return runfile
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py241 runfile = os.path.join(tempdir, runfn)
242 bb.utils.mkdirhier(os.path.dirname(runfile))
260 exec_func_python(func, d, runfile, cwd=adir)
262 exec_func_shell(func, d, runfile, cwd=adir)
280 def exec_func_python(func, d, runfile, cwd=None): argument
284 bb.utils.mkdirhier(os.path.dirname(runfile))
285 with open(runfile, 'w') as script:
425 def exec_func_shell(func, d, runfile, cwd=None): argument
436 with open(runfile, 'w') as script:
453 os.chmod(runfile, 0o775)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dbuild_fixup.patch4 make, move-pidfile-to-var-run, move-runfile-to-var-run