From 70320d9dfc6eec1c5ff2996fa27dec1b885cd8bb Mon Sep 17 00:00:00 2001 From: Anastasios Kavoukis Date: Mon, 21 Jun 2021 18:02:14 +0100 Subject: [PATCH] CI: enable debug-tweaks IMAGE_FEATURE This makes the images suitable for development and test, debug-tweaks includes settings like empty root password. All CI image builds inheriting from base.yml will have this include this setting. Signed-off-by: Anastasios Kavoukis Signed-off-by: Jon Mason --- ci/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/base.yml b/ci/base.yml index 0ae24362..2113dc49 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -30,6 +30,7 @@ local_conf_header: PACKAGE_CLASSES = "package_ipk" LICENSE_FLAGS_WHITELIST += "armcompiler" PACKAGECONFIG_remove_pn-qemu-system-native = "gtk+ sdl" + EXTRA_IMAGE_FEATURES_append = " debug-tweaks" BB_NUMBER_THREADS = "16" PARALLEL_MAKE = "-j16" INHERIT += "rm_work"