diff mbox series

[meta-security,01/18] kas-security-base.yml: replace debug-tweaks

Message ID 20241220140441.271395-2-mikko.rapeli@linaro.org
State New
Headers show
Series various updates | expand

Commit Message

Mikko Rapeli Dec. 20, 2024, 2:04 p.m. UTC
debug-tweaks is now removed from oe-core and the config changes
need to be explicitly enabled. allow-empty-password,
empty-root-password and allow-root-login are needed for testing
over ssh with testimage.bbclass.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 kas/kas-security-base.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml
index fa7915c..517d087 100644
--- a/kas/kas-security-base.yml
+++ b/kas/kas-security-base.yml
@@ -43,7 +43,7 @@  local_conf_header:
     BB_TASK_IONICE_LEVEL = '2.7'
     BB_TASK_IONICE_LEVEL_task-testimage = '2.1'
     TEST_QEMUBOOT_TIMEOUT = "1500"
-    EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
+    EXTRA_IMAGE_FEATURES += "allow-empty-password empty-root-password allow-root-login"
     PACKAGE_CLASSES = "package_ipk"
 
     DISTRO_FEATURES:append = " security pam apparmor smack ima tpm tpm2"