Re: [OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-09 Thread Maxin B. John
ptest enabled packages will "inherit ptest". So, we can use grep to find the list of ptest enabled packages. eg: # cd poky # grep -ir --include=*.{bb,inc} "inherit" |grep "ptest" meta/recipes-extended/bash/bash.inc:inherit autotools gettext update-alternatives ptest meta/recipes-core/glib-2.0/g

Re: [OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-08 Thread Trevor Woerner
On Fri, Apr 5, 2013 at 11:35 AM, wrote: > +# "ptest-pkgs" - add -ptest packages for all ptest-enabled packages > +# (useful if you want to run the package test suites) Is there a simple way to discover which packages are ptest-enabled? ___

[OE-core] [PATCH] local.conf.sample: Add info about -ptest package group

2013-04-05 Thread maxin.john
From: "Maxin B. John" Add information about ptest package testing in local.conf.sample file. Signed-off-by: Maxin B. John --- meta/conf/local.conf.sample |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index e1f8c5b..85205c5 10