summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-11-07 14:13:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-07 22:18:07 +0000
commit626031da74b31d0a8c5ca9d5a1acac9a2d55e998 (patch)
treea491a84df6679312b8cb4ea05219dd10b850f78e /meta-poky
parent0317315a97b56f7bbf087ce865a9cf44b9922db5 (diff)
downloadpoky-626031da74b31d0a8c5ca9d5a1acac9a2d55e998.tar.gz
local.conf.sample: update IMAGE_FEATURES comments to remove debug-tweaks
Remove debug-tweaks and add the features that it included. (From meta-yocto rev: ab1da39e6f3859f581b410a2c49196293eb881a9) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/templates/default/local.conf.sample37
1 files changed, 19 insertions, 18 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample
index cfa77106ab..7dc44d91d6 100644
--- a/meta-poky/conf/templates/default/local.conf.sample
+++ b/meta-poky/conf/templates/default/local.conf.sample
@@ -125,24 +125,25 @@ DISTRO ?= "poky"
125# Extra image configuration defaults 125# Extra image configuration defaults
126# 126#
127# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated 127# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated
128# images. Some of these options are added to certain image types automatically. The 128# images. Some of these options are added to certain image types automatically. Some
129# variable can contain the following options: 129# of the features available are:
130# "dbg-pkgs" - add -dbg packages for all installed packages 130# "dbg-pkgs" - add -dbg packages for all installed packages
131# (adds symbol information for debugging/profiling) 131# (adds symbol information for debugging/profiling)
132# "src-pkgs" - add -src packages for all installed packages 132# "src-pkgs" - add -src packages for all installed packages
133# (adds source code for debugging) 133# (adds source code for debugging)
134# "dev-pkgs" - add -dev packages for all installed packages 134# "dev-pkgs" - add -dev packages for all installed packages
135# (useful if you want to develop against libs in the image) 135# (useful if you want to develop against libs in the image)
136# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages 136# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages
137# (useful if you want to run the package test suites) 137# (useful if you want to run the package test suites)
138# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) 138# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
139# "tools-debug" - add debugging tools (gdb, strace) 139# "tools-debug" - add debugging tools (gdb, strace)
140# "eclipse-debug" - add Eclipse remote debugging support 140# "eclipse-debug" - add Eclipse remote debugging support
141# "tools-profile" - add profiling tools (oprofile, lttng, valgrind) 141# "tools-profile" - add profiling tools (oprofile, lttng, valgrind)
142# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) 142# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
143# "debug-tweaks" - make an image suitable for development 143# "allow-empty-password" - allow users to have an empty password
144# e.g. ssh root access has a blank password 144# "empty-root-password" - the root user has no password set
145# There are other application targets that can be used here too, see 145# "allow-root-login - the root user can login
146# There are other features that can be used here too, see
146# meta/classes-recipe/image.bbclass and 147# meta/classes-recipe/image.bbclass and
147# meta/classes-recipe/core-image.bbclass for more details. 148# meta/classes-recipe/core-image.bbclass for more details.
148# We default to allowing root login without a password for convenience. 149# We default to allowing root login without a password for convenience.