Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-25 Thread Westermann, Oliver
Thanks for all the help so far, I have a working recipe which installs the whole toolchain to /usr/bin and uses that from another recipe :) > On Thu, 2019-10-24 at 08:55 +, Richard Purdie wrote: > You can probably do that by extending SYSROOT_DIRS in the recipe. I'm still having issues here:

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 15:37 +, Westermann, Oliver wrote: > > On Thu, 2019-10-24 at 04:01 +, Richard Purdie wrote: > > If its a native recipe, there are no packages and therefore FILES > > doesn't make sense. > > Oh, I have to admit I'm pretty new to the concept of the native > packages. >

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 10:30 -0400, William Mills wrote: > On 10/24/19 10:02 AM, richard.pur...@linuxfoundation.org wrote: > > On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: > > > Then understand that you will need to supply your own gcc > > > compiler > > > helpers and all stdc functions

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread Westermann, Oliver
> On Thu, 2019-10-24 at 04:01 +, Richard Purdie wrote: > If its a native recipe, there are no packages and therefore FILES > doesn't make sense. Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread William Mills
On 10/24/19 10:02 AM, richard.pur...@linuxfoundation.org wrote: > Hi Bill, > > On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: >> I started looking at this thread because I had the same >> questions. Is it possible to make a recipe depend on another version >> of GCC and restart the

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
Hi Bill, On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: > I started looking at this thread because I had the same > questions. Is it possible to make a recipe depend on another version > of GCC and restart the whole GCC build process again with a different > config. > > Or does this

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread William Mills
Hi Richard, On 10/24/19 7:01 AM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-10-24 at 10:03 +, Westermann, Oliver wrote: >>> On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: Hey, [...] Any

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 10:03 +, Westermann, Oliver wrote: > > On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: > > > On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: > > > Hey, > > > [...] > > > Any suggestions on what I'm doing wrong or how to debug this > > > further? > >

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread Westermann, Oliver
>On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: >>On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: >> Hey, >> [...] >> Any suggestions on what I'm doing wrong or how to debug this further? >Sounds like the sysroot filtering code doesn't know about this >directory and