1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2024-11-08 13:49:59 +00:00
committed by Jon Mason
parent bf9010c684
commit e7898787bb

View File

@@ -5,5 +5,5 @@ header:
# Add universally helpful features when testing boards # Add universally helpful features when testing boards
local_conf_header: local_conf_header:
debug: | rootlogin: |
EXTRA_IMAGE_FEATURES:append = " debug-tweaks" EXTRA_IMAGE_FEATURES:append = " allow-empty-password empty-root-password allow-root-login"