diff options
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 71195183be..1abe2247b9 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -139,6 +139,8 @@ PACKAGE_CLASSES ?= "package_rpm" | |||
139 | # (adds symbol information for debugging/profiling) | 139 | # (adds symbol information for debugging/profiling) |
140 | # "dev-pkgs" - add -dev packages for all installed packages | 140 | # "dev-pkgs" - add -dev packages for all installed packages |
141 | # (useful if you want to develop against libs in the image) | 141 | # (useful if you want to develop against libs in the image) |
142 | # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages | ||
143 | # (useful if you want to run the package test suites) | ||
142 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | 144 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) |
143 | # "tools-debug" - add debugging tools (gdb, strace) | 145 | # "tools-debug" - add debugging tools (gdb, strace) |
144 | # "eclipse-debug" - add Eclipse remote debugging support | 146 | # "eclipse-debug" - add Eclipse remote debugging support |