Parcourir la source

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 <jon.mason@arm.com>
Jon Mason il y a 1 mois
Parent
commit
feb539589c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      ci/selftest.yml

+ 1 - 0
ci/selftest.yml

@@ -7,3 +7,4 @@ local_conf_header:
   setup: |
     BB_LOGCONFIG = ""
     SANITY_TESTED_DISTROS = ""
+    INHERIT:remove = "rm_work"