From: Maxin B. John Date: Fri, 5 Apr 2013 15:35:33 +0000 (+0200) Subject: local.conf.sample: Add info about -ptest package group X-Git-Tag: 2015-4~6921 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b9e4f67c6ec5762a65e3e5611ea95b9c96247241;p=openembedded-core.git local.conf.sample: Add info about -ptest package group Add information about ptest package testing in local.conf.sample file. Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index e1f8c5b8fc..85205c57ad 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -117,6 +117,8 @@ PACKAGE_CLASSES ?= "package_ipk" # (adds symbol information for debugging/profiling) # "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