From dc8ba42d7023d87b48276fb8843075096e4d37d1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 28 Nov 2024 16:57:45 -0500 Subject: [PATCH] meta-agl-core: handle debug-tweaks removal Handle debug-tweaks image feature removal, removing its use or expanding into the 4 fine-grained options where applicable. Bug-AGL: SPEC-5147 Change-Id: Ida9cc37ed5871139cb452ddc058235369f8cb3a2 Signed-off-by: Scott Murray --- meta-agl-core/conf/local.conf.sample | 2 +- meta-agl-core/conf/templates/base/local.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-agl-core/conf/local.conf.sample b/meta-agl-core/conf/local.conf.sample index 4cfae4ceb..e05f3c355 100644 --- a/meta-agl-core/conf/local.conf.sample +++ b/meta-agl-core/conf/local.conf.sample @@ -139,7 +139,7 @@ PACKAGE_CLASSES ?= "package_rpm" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES ?= "debug-tweaks" +EXTRA_IMAGE_FEATURES ?= "" # # Additional image features diff --git a/meta-agl-core/conf/templates/base/local.conf.sample b/meta-agl-core/conf/templates/base/local.conf.sample index 5e9de61b3..034988e4b 100644 --- a/meta-agl-core/conf/templates/base/local.conf.sample +++ b/meta-agl-core/conf/templates/base/local.conf.sample @@ -140,7 +140,7 @@ PACKAGE_CLASSES ?= "package_rpm" # There are other application targets that can be used here too, see # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. # We default to enabling the debugging tweaks. -EXTRA_IMAGE_FEATURES ?= "debug-tweaks" +EXTRA_IMAGE_FEATURES ?= "" # # Additional image features -- 2.16.6