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/glib.inc:inherit autotools gettext gtk-doc pkgconfig 
ptest
meta/recipes-core/dbus/dbus-ptest_1.6.8.bb:inherit autotools pkgconfig gettext 
ptest
 
Best Regards,
Maxin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


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, maxin.j...@enea.com 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?

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core