Searched refs:runcmd (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/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 …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 31 def runcmd(args, dir = None): function 197 runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 243 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 249 output = runcmd(["sh", "-c", " ".join(shellcmd)], self.dir) 311 output = runcmd(cmd.split(), self.dir).strip() 320 runcmd("git init".split(), self.dir) 321 runcmd("git add .".split(), self.dir) 322 runcmd("git commit -a --allow-empty -m bitbake_patching_started".split(), self.dir) 431 out = runcmd(["sh", "-c", " ".join(shellcmd)], os.path.dirname(patchfile)) 468 runcmd(["git", "config", "notes.rewriteMode", "ignore"], repo) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
H A D | wxgtk-fixup-build-scripts.patch | 46 runcmd(cmd)
|