Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Richard Purdie
On Thu, 2017-03-09 at 00:18 +, Richard Purdie wrote: > How badly do people dislike the patch below? > > From: Richard Purdie > Subject: bitbake/oe-core: Filter contents of PATH > > Signed-off-by: Richard Purdie > > diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py > index d6bc

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Richard Purdie
On Wed, 2017-03-08 at 19:41 +0100, Martin Jansa wrote: > On Wed, Mar 08, 2017 at 06:00:30PM +, Richard Purdie wrote: > > > > On Wed, 2017-03-08 at 17:21 +, Burton, Ross wrote: > > > > > > > > > On 8 March 2017 at 09:43, Peter Kjellerstedt > > axis > > > .com> wrote: > > > > > > > > sin

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Martin Jansa
On Wed, Mar 08, 2017 at 06:00:30PM +, Richard Purdie wrote: > On Wed, 2017-03-08 at 17:21 +, Burton, Ross wrote: > > > > On 8 March 2017 at 09:43, Peter Kjellerstedt > .com> wrote: > > > since I see that you have integrated/staged the two patches that > > > add > > > inherits of pkgconfig

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Richard Purdie
On Wed, 2017-03-08 at 17:21 +, Burton, Ross wrote: > > On 8 March 2017 at 09:43, Peter Kjellerstedt .com> wrote: > > since I see that you have integrated/staged the two patches that > > add > > inherits of pkgconfig, but not the patches that add the dummy > > commands, > > I assume you have s

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Mark Hatle
On 3/8/17 11:21 AM, Burton, Ross wrote: > > On 8 March 2017 at 09:43, Peter Kjellerstedt > wrote: > > since I see that you have integrated/staged the two patches that add > inherits of pkgconfig, but not the patches that add the dummy commands, > I

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Burton, Ross
On 8 March 2017 at 09:43, Peter Kjellerstedt wrote: > since I see that you have integrated/staged the two patches that add > inherits of pkgconfig, but not the patches that add the dummy commands, > I assume you have some reservations to these patches. What are your > take on the subject of black

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Khem Raj
20:53 > > To: Max Krummenacher > > Cc: OE-core > > Subject: Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify > > needed dependencies > > > > > -Original Message- > > > From: Max Krummenacher [mailto:max.oss...@gmail.com] > > > S

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-08 Thread Peter Kjellerstedt
[PATCHv3 0/5] Add dummy tools to help identify > needed dependencies > > > -Original Message- > > From: Max Krummenacher [mailto:max.oss...@gmail.com] > > Sent: den 3 mars 2017 17:24 > > To: Peter Kjellerstedt > > Cc: OE-core > > Subject: Re: [

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-03 Thread Peter Kjellerstedt
> -Original Message- > From: Max Krummenacher [mailto:max.oss...@gmail.com] > Sent: den 3 mars 2017 17:24 > To: Peter Kjellerstedt > Cc: OE-core > Subject: Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify > needed dependencies > > Hi > >

Re: [OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-03 Thread Max Krummenacher
Hi 2017-03-03 12:17 GMT+01:00 Peter Kjellerstedt : > To circumvent this, I created dummy versions of the tools that always > fail and placed them in the scripts directory. Thus, if the real tool > has not been installed in the RSS, the dummy version is used and the > build fails. For good measure

[OE-core] [PATCHv3 0/5] Add dummy tools to help identify needed dependencies

2017-03-03 Thread Peter Kjellerstedt
After the introduction of RSS, I still found it hard to get dependencies on some common tools that are typically installed on the build host correct. Using the wrong version of tools like pkg-config, gdbus-codegen and dbus-binding-tool can cause build failures. To circumvent this, I created dummy