From 7b36f95b7795c3925f87795717857821156984bb 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 e978072a..4613122e 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -34,6 +34,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"