Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Patrick Ohly
On Tue, 2017-06-27 at 21:11 +1000, Jonathan Liu wrote: > Hi Patrick, > > On 27 June 2017 at 20:38, Patrick Ohly wrote: > > On Tue, 2017-06-27 at 20:24 +1000, Jonathan Liu wrote: > >> Hi Patrick, > >> > >> The original problem was that bitbake would print out the error: >

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Jonathan Liu
Hi Richard, On 27 June 2017 at 22:56, Jonathan Liu wrote: > Hi Richard, > > On 27 June 2017 at 22:54, Richard Purdie > wrote: >> On Tue, 2017-06-27 at 11:05 +0200, Patrick Ohly wrote: >>> On Thu, 2017-06-01 at 22:15 +1000, Jonathan Liu

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Jonathan Liu
Hi Richard, On 27 June 2017 at 22:54, Richard Purdie wrote: > On Tue, 2017-06-27 at 11:05 +0200, Patrick Ohly wrote: >> On Thu, 2017-06-01 at 22:15 +1000, Jonathan Liu wrote: >> > >> > If ASSUME_PROVIDES contains libsdl-native, we need to add sdl- >> > config

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Richard Purdie
On Tue, 2017-06-27 at 11:05 +0200, Patrick Ohly wrote: > On Thu, 2017-06-01 at 22:15 +1000, Jonathan Liu wrote: > > > > If ASSUME_PROVIDES contains libsdl-native, we need to add sdl- > > config > > to HOSTTOOLS to allow access to the host sdl-config. > > > > Signed-off-by: Jonathan Liu

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Jonathan Liu
Hi Patrick, On 27 June 2017 at 20:38, Patrick Ohly wrote: > On Tue, 2017-06-27 at 20:24 +1000, Jonathan Liu wrote: >> Hi Patrick, >> >> The original problem was that bitbake would print out the error: >> "libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Patrick Ohly
On Tue, 2017-06-27 at 20:24 +1000, Jonathan Liu wrote: > Hi Patrick, > > The original problem was that bitbake would print out the error: > "libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be > found in PATH. Please either install it, or configure qemu not to > require sdl.", if

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Jonathan Liu
Hi Patrick, The original problem was that bitbake would print out the error: "libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl.", if "libsdl-native" was in ASSUME_PROVIDED even if the host has

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Patrick Ohly
On Tue, 2017-06-27 at 11:05 +0200, Patrick Ohly wrote: > Even if you had checked the right variable, is that really necessary? > I'm building qemu with ASSUME_PROVIDED += "libsdl-native" just fine on > Debian Jessie, without sdl-config in HOSTTOOLS. I'm still interested in learning what problem

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Burton, Ross
On 27 June 2017 at 10:05, Patrick Ohly wrote: > Sorry for the late reply, going through my backlog... I see that this > has been merged. Probably needs to be reverted or fixed. > The typo fix is in ross/mut already. Ross --

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Patrick Ohly
On Tue, 2017-06-27 at 19:53 +1000, Jonathan Liu wrote: > Hi Patrick, > > Something is really strange. HOSTTOOLS doesn't appear to be working > anymore in pyro branch > If I do "bitbake -c devshell qemu-native", I can run the following > commands successfully which should have been filtered out by

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Jonathan Liu
Hi Patrick, Something is really strange. HOSTTOOLS doesn't appear to be working anymore in pyro branch If I do "bitbake -c devshell qemu-native", I can run the following commands successfully which should have been filtered out by HOSTTOOLS: $ which sdl-config /usr/bin/sdl-config $ which ncdu

Re: [OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-27 Thread Patrick Ohly
On Thu, 2017-06-01 at 22:15 +1000, Jonathan Liu wrote: > If ASSUME_PROVIDES contains libsdl-native, we need to add sdl-config > to HOSTTOOLS to allow access to the host sdl-config. > > Signed-off-by: Jonathan Liu > --- > meta/conf/bitbake.conf | 3 +++ > 1 file changed, 3

[OE-core] [PATCH v2] bitbake.conf: Add sdl-config to HOSTTOOLS if using host SDL

2017-06-01 Thread Jonathan Liu
If ASSUME_PROVIDES contains libsdl-native, we need to add sdl-config to HOSTTOOLS to allow access to the host sdl-config. Signed-off-by: Jonathan Liu --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf