diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-04-05 17:35:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-05 18:23:13 +0100 |
commit | b9e4f67c6ec5762a65e3e5611ea95b9c96247241 (patch) | |
tree | b97561122802d8850076e4fc97b20b67328ebf0f /meta | |
parent | 644dfe0b13f68a04bdde67b5f1bf210bbe8ab918 (diff) | |
download | openembedded-core-b9e4f67c6ec5762a65e3e5611ea95b9c96247241.tar.gz openembedded-core-b9e4f67c6ec5762a65e3e5611ea95b9c96247241.tar.bz2 openembedded-core-b9e4f67c6ec5762a65e3e5611ea95b9c96247241.zip |
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 <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
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 |