]> code.ossystems Code Review - openembedded-core.git/commit
scripts/wic: Be consistent about how we call bitbake
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Feb 2019 12:24:49 +0000 (12:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Mar 2019 22:49:54 +0000 (22:49 +0000)
commitc48c37a436b3ebfe4d8ca5d12e97a0cdff0e20a1
tree2c8e69f92ed12b157fa124a7e14da39ef2542806
parent36624a17d382d84647c5811134fe76251fd64dc3
scripts/wic: Be consistent about how we call bitbake

Whilst its tempting to call bitbake_main(), the script also directly executes
bitbake. By doing both this creates all kinds of races. Therefore
change to use subprocess execution in all cases.

(From OE-Core rev: 0507ec4c6069490c9a503e9e2b65f0e7b1962d34)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic