Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py234 shellcmd.append('-R')
237 return "sh" + "-c" + " ".join(shellcmd)
240 shellcmd.append('--dry-run')
248 shellcmd.pop(len(shellcmd) - 1)
521 shellcmd.append('--')
522 shellcmd.extend(paths)
576 shellcmd = ["git", "add", "-f", "-A", "."]
584 shellcmd.insert(0, patchfilevar)
595 shellcmd.append('-R')
597 shellcmd.append(patch['file'])
[all …]