generic-poky/scripts/contrib
Robert Yang 09a7dc9a46 generate-manifest-2.7.py: replace os.popen with os.unlink
The os.popen function would fail (more or less) silently if the executed
program cannot be found, and here what we need is os.system not os.popen
since it doesn't use the return value, use os.unlink() and ignore
exceptions from it would be better as Chris suggested.

[YOCTO #2454]

(From OE-Core rev: bc9f7d7b7eda1c45ad1aaee469ebe28ee1c0c96b)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-05 22:56:32 +01:00
..
bb-perf bb-matrix: correct BB and PM number canonicalization 2011-07-14 22:23:09 +01:00
python generate-manifest-2.7.py: replace os.popen with os.unlink 2012-06-05 22:56:32 +01:00
bbvars.py bbvars.py: add a script to look for undocumented variables 2011-01-12 00:55:49 -08:00
ddimage ddimage: Add script for writing images to boot media 2012-03-22 19:18:24 +00:00
documentation-audit.sh documentation-audit.sh: remove COMMERCIAL_LICENSE warning 2012-01-24 11:54:16 +00:00
test_build_time.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00
test_build_time_worker.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00