poky/meta-selftest
Richard Purdie f135cb3659 oeqa/selftest: Add test for conflicting sysroot provider
sysroot-test depends on virtual/sysroot-test which we build for one machine,
switch machine, switch provider of virtual/sysroot-test and check that the
sysroot is correctly cleaned up. The files in the two providers overlap
so can cause errors if the sysroot code doesn't function correctly.

Yes, sysroot-test should be machine specific really to avoid this, however
the sysroot cleanup should also work.

This adds a test for bug:

[YOCTO #13702]

(From OE-Core rev: 24ca62b3c1fd404b67d549b29aeeacf913e6dc86)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-26 14:00:50 +01:00
..
classes meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00
conf layer.conf: Update to LAYERSERIES_CORENAME to dunfell 2020-03-15 22:23:19 +00:00
files selftest/imagefeatures: add basic test for useradd-staticids 2017-11-08 22:24:03 +00:00
lib selftest: skip virgl test on centos 7 entirely 2019-11-04 13:39:05 +00:00
recipes-devtools/python oe-selftest: add some tests for recipeutils module 2018-12-03 12:20:00 +00:00
recipes-test oeqa/selftest: Add test for conflicting sysroot provider 2020-04-26 14:00:50 +01:00
wic meta/lib/oeqa: Test for bootimg-biosplusefi Source 2019-07-23 22:26:28 +01:00
README meta-selftest: create a new test layer to be used by oe-selftest script 2013-12-03 17:45:50 +00:00

This layer is intended as test layer, used by scripts/oe-selftest and it's probably a mistake to include it in your builds (unless you want to run the script).