diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-07-26 16:27:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-31 22:42:03 +0100 |
commit | 2457cd57b4195924ef127f497efa2f34f411e660 (patch) | |
tree | c53fbd89b250215cbea8454cdf18100940e63278 /meta/files | |
parent | f03f3edc211b3e03cf1a6b2655ba664af7fbd12f (diff) | |
download | openembedded-core-2457cd57b4195924ef127f497efa2f34f411e660.tar.gz openembedded-core-2457cd57b4195924ef127f497efa2f34f411e660.tar.bz2 openembedded-core-2457cd57b4195924ef127f497efa2f34f411e660.zip |
oe-selftest: devtool: avoid parallel races by using temporary copy of core
Some of the devtool tests make changes to files under meta/ -
legitimately since we want these tests to be working with real recipes
and associated files. Unfortunately with the new oe-selftest
parallelisation this can break other tests if files go missing at the
wrong time (among other scenarios). To avoid this issue, simply take a
copy of the core repository and use that for these tests. (We copy the
entire repository since changing the path of meta/ influences COREBASE
and thus we need to have things like scripts/ alongside as well).
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/files')
0 files changed, 0 insertions, 0 deletions