From 8506b81f65d95477c99aa3587d459dc3076b7f1e Mon Sep 17 00:00:00 2001 From: Marta Rybczynska <marta.rybczynska@huawei.com> Date: Fri, 7 Oct 2022 14:08:20 +0200 Subject: [PATCH] Enable debug options for techarena Enable some debug tools to help developers in their first steps. And maybe for some other reason too.. Signed-off-by: Marta Rybczynska <marta.rybczynska@huawei.com> --- flavours/linux/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index 82e567b4..ce636799 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -109,7 +109,7 @@ PACKAGE_CLASSES ?= "package_rpm" # This enables a list of config to aid development. # Do not enable it in production systems. # -#INHERIT += "oniro-debug-linux" +INHERIT += "oniro-debug-linux" # This class creates the "oniro" user to be used when debug mode is not enabled # More info in meta-oniro-core/classes/oniro-user.bbclass -- GitLab