Re: [yocto] host sysroot

2017-03-28 Thread Khem Raj
On 3/28/17 4:18 AM, Ran Shalit wrote: > Hello, > > I am trying to understand what's the purpose of host sysroot (in > /build/tmp/sysroots/) ? > I see it contains a set of libraries too. But for cross compiling an > application in host isn't all we need is toolchain and target sysroot > ? If so,

[yocto] host sysroot

2017-03-28 Thread Ran Shalit
Hello, I am trying to understand what's the purpose of host sysroot (in /build/tmp/sysroots/) ? I see it contains a set of libraries too. But for cross compiling an application in host isn't all we need is toolchain and target sysroot ? If so, than what's the purpose of host sysroot ? Thank you,