Message ID | 20250911122201.35040-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | ci/selftest: remove rm_work | expand |
On Thu, 11 Sep 2025 08:22:01 -0400, Jon Mason wrote: > 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. > > Applied, thanks! [1/1] ci/selftest: remove rm_work commit: c76567dc613f285edf00887195a1a6d6248b4f7a Best regards,
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"
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 <jon.mason@arm.com> --- ci/selftest.yml | 1 + 1 file changed, 1 insertion(+)