From e7898787bbadbf5c6ccffc9290db62820879c061 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 8 Nov 2024 13:49:59 +0000 Subject: [PATCH] CI: don't use debug-tweaks As of the following commit in oe-core[1]: classes-recipe/core-image: drop debug-tweaks IMAGE_FEATURE The debug-tweaks feature is no longer valid. Replace it with the options that we need to perform login over testimage. [1] https://git.openembedded.org/openembedded-core/commit/?id=2c229f9542c6ba608912e14c9c3f783c3fa89349 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/debug.yml b/ci/debug.yml index 371035a1..c13b2874 100644 --- a/ci/debug.yml +++ b/ci/debug.yml @@ -5,5 +5,5 @@ header: # Add universally helpful features when testing boards local_conf_header: - debug: | - EXTRA_IMAGE_FEATURES:append = " debug-tweaks" + rootlogin: | + EXTRA_IMAGE_FEATURES:append = " allow-empty-password empty-root-password allow-root-login"