]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Add info about -ptest package group
authorMaxin B. John <maxin.john@enea.com>
Fri, 5 Apr 2013 15:35:33 +0000 (17:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Apr 2013 17:23:13 +0000 (18:23 +0100)
Add information about ptest package testing in local.conf.sample file.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index e1f8c5b8fc057a54843030ed92dd40bc8be8dd04..85205c57adb4abbe6e73169223be5776f4c66204 100644 (file)
@@ -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