Searched refs:runcmd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | combo-layer | 44 branchname = runcmd("git symbolic-ref HEAD 2>/dev/null", repodir).strip() 170 def runcmd(cmd,destdir=None,printerr=True,out=None,env=None): function 206 runcmd("git fetch", ldir) 207 lastrev = runcmd('git rev-parse origin/%s' % branch, ldir).strip() 222 runcmd("git init") 225 runcmd('git commit -m "initial empty commit" --allow-empty') 226 startrev = runcmd('git rev-parse master').strip() 245 rev = runcmd('git rev-parse %s' % initialrev, ldir).strip() 248 refs = runcmd('git show-ref -s %s' % initialrev, ldir).split('\n') 293 files = runcmd("git archive %s %s | tar -x -v %s -C %s %s" % [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 27 def runcmd(args, dir = None): function 195 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 241 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 247 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 308 output = runcmd(cmd.split(), self.dir).strip() 317 runcmd("git init".split(), self.dir) 318 runcmd("git add .".split(), self.dir) 319 runcmd("git commit -a --allow-empty -m bitbake_patching_started".split(), self.dir) 428 out = runcmd(["sh", "-c", " ".join(shellcmd)], os.path.dirname(patchfile)) 471 out = runcmd(["sh", "-c", " ".join(shellcmd)], tree) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
| H A D | wxgtk-fixup-build-scripts.patch | 43 runcmd(cmd)
|