Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | scripts: replace os.system with subprocess.call | Robert Yang | |
Replace os.system with subprocess.call since the older function would fail (more or less) silently if the executed program cannot be found More info: http://docs.python.org/library/subprocess.html#subprocess-replacements [YOCTO #2454] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | |||
2011-02-10 | image-swab: Convert to attach strace to the process to obtain the required ↵ | Richard Purdie | |
swabber data Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |