meta-agl-core: handle debug-tweaks removal
authorScott Murray <scott.murray@konsulko.com>
Thu, 28 Nov 2024 21:57:45 +0000 (16:57 -0500)
committerScott Murray <scott.murray@konsulko.com>
Fri, 2 May 2025 16:00:40 +0000 (12:00 -0400)
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 <scott.murray@konsulko.com>
meta-agl-core/conf/local.conf.sample
meta-agl-core/conf/templates/base/local.conf.sample

index 4cfae4c..e05f3c3 100644 (file)
@@ -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
index 5e9de61..034988e 100644 (file)
@@ -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