Re: [OE-core] [PATCH v2] ptest bugfix: Make all ptest files go into -ptest package

2013-04-08 Thread Björn Stenberg
Richard Purdie wrote: > Why are we putting all the debug files into the -ptest package now? Does > that make sense? (Sorry, I missed this comment.) My reasoning is that we want all ptest data to be contained in -ptest packages and not "leak" into other packages. If we keep debug data in the no

Re: [OE-core] [PATCH v2] ptest bugfix: Make all ptest files go into -ptest package

2013-03-25 Thread Richard Purdie
On Mon, 2013-03-25 at 15:34 +0100, Björn Stenberg wrote: > Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are > packaged in the -ptest package. > > Add QA exclusions to insane.bbclass to ensure -ptest packages can contain > any files they need. > > Bugfix: Add subshells for 'type

[OE-core] [PATCH v2] ptest bugfix: Make all ptest files go into -ptest package

2013-03-25 Thread Björn Stenberg
Move ${PN}-ptest to start of PACKAGES to ensure all ptest files are packaged in the -ptest package. Add QA exclusions to insane.bbclass to ensure -ptest packages can contain any files they need. Bugfix: Add subshells for 'type' command. This patch fixes bug #4069. Signed-off-by: Björn Stenberg