[PATCH] ci/selftest: remove rm_work
Jon Mason <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
oe-selftest is now logging having rm_work enabled as an error, which is causing the test to fail. Remove this from the selftest.yml file, and everything works as before. Signed-off-by: Jon Mason <[email protected]> --- ci/selftest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/selftest.yml b/ci/selftest.yml index e36d62c568b8..151a1bbdf6e8 100644 --- a/ci/selftest.yml +++ b/ci/selftest.yml @@ -7,3 +7,4 @@ local_conf_header: setup: | BB_LOGCONFIG = "" SANITY_TESTED_DISTROS = "" + INHERIT:remove = "rm_work" -- 2.39.5 (Apple Git-154)