From feb539589cc348d35e1dd08285e887d6d36b6745 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 11 Sep 2025 08:22:01 -0400 Subject: [PATCH] ci/selftest: 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 --- ci/selftest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/selftest.yml b/ci/selftest.yml index e36d62c5..151a1bbd 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"