summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2013-04-05 17:35:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-05 18:23:45 +0100
commitd3ddccf86cd3f6c02155d3fb2670458f49955a4e (patch)
treea30d0f9a575e318b6c1b8c4fdddb0353f8184290 /meta-yocto
parent9fb13a3ced4ca8ac0dec01845564142e12c68d26 (diff)
downloadpoky-d3ddccf86cd3f6c02155d3fb2670458f49955a4e.tar.gz
local.conf.sample: Add info about -ptest package group
Add information about ptest package testing in local.conf.sample file. (From meta-yocto rev: 9d6fa436f057b20662efa8af73762ce6df35ba97) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample2
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