Skip to content
Snippets Groups Projects

oniro-debug: create config files

Merged Davide Gardenal requested to merge tony3oo3/oniro:tony/debug_mode into kirkstone
Files
5
@@ -100,30 +100,13 @@ PACKAGE_CLASSES ?= "package_rpm"
@@ -100,30 +100,13 @@ PACKAGE_CLASSES ?= "package_rpm"
#SDKMACHINE ?= "i686"
#SDKMACHINE ?= "i686"
#
#
# Extra image configuration defaults
# Debug mode
#
#
# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated
# Delete comment to enable the debug mode.
# images. Some of these options are added to certain image types automatically. The
# This enables a list of config to aid development.
# variable can contain the following options:
# Do not enable it in production systems.
# "dbg-pkgs" - add -dbg packages for all installed packages
#
# (adds symbol information for debugging/profiling)
+2
#require ../../oniro/meta-oniro-core/conf/debug_mode/debug_mode_linux.conf
# "src-pkgs" - add -src packages for all installed packages
# (adds source code for debugging)
# "dev-pkgs" - add -dev packages for all installed packages
# (useful if you want to develop against libs in the image)
# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages
# (useful if you want to run the package test suites)
# "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
# "tools-debug" - add debugging tools (gdb, strace)
# "eclipse-debug" - add Eclipse remote debugging support
# "tools-profile" - add profiling tools (oprofile, lttng, valgrind)
# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
# "debug-tweaks" - make an image suitable for development
# e.g. ssh root access has a blank password
# 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"
#
#
# Additional image features
# Additional image features
Loading