summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index cf96598819..267108d685 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -124,6 +124,8 @@ PACKAGE_CLASSES ?= "package_rpm"
124# variable can contain the following options: 124# variable can contain the following options:
125# "dbg-pkgs" - add -dbg packages for all installed packages 125# "dbg-pkgs" - add -dbg packages for all installed packages
126# (adds symbol information for debugging/profiling) 126# (adds symbol information for debugging/profiling)
127# "src-pkgs" - add -src packages for all installed packages
128# (adds source code for debugging)
127# "dev-pkgs" - add -dev packages for all installed packages 129# "dev-pkgs" - add -dev packages for all installed packages
128# (useful if you want to develop against libs in the image) 130# (useful if you want to develop against libs in the image)
129# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages 131# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages