[OE-core] sdk compiler output usable during build?

2018-04-25 Thread Janne Karhunen
Hi, Quick question - is the sdk compiler supposed to be able to create executables that can be executed while the sdk package build is ongoing? Reason I'm asking is that my package nativesdk build errors out saying 'C compiler cannot create executables'. Reason for that seems to be that the outpu

Re: [OE-core] compiling the host tools natively for the host Linux?

2015-04-15 Thread Janne Karhunen
On Mon, Apr 13, 2015 at 11:21 PM, Anders Darander wrote: >> Is there a way to compile the host tools (primarily interested in the >> compiler) for the host Linux rather than for the own distro? > > Could you explain what you're trying to achieve a little bit more? > > Which computer do you call h

[OE-core] compiling the host tools natively for the host Linux?

2015-04-13 Thread Janne Karhunen
Hi, Is there a way to compile the host tools (primarily interested in the compiler) for the host Linux rather than for the own distro? I'm comping the toolchains & sysroots as RPMs and the relocation of the toolchain from $RPM_BUILD_ROOT is a bit painful due to the own distro being used to run the

Re: [OE-core] pam related dependency processing bug?

2015-03-25 Thread Janne Karhunen
rtin Jansa wrote: > On Wed, Mar 25, 2015 at 10:39:34AM -0700, Janne Karhunen wrote: >> Hi, >> >> Wonder if you guys can share some insights on how to debug this case. >> I have a legacy PAM module recipe that says: >> >> DEPENDS_${PN} = "libpam" &

[OE-core] pam related dependency processing bug?

2015-03-25 Thread Janne Karhunen
Hi, Wonder if you guys can share some insights on how to debug this case. I have a legacy PAM module recipe that says: DEPENDS_${PN} = "libpam" 'pam' is listed in DISTRO_FEATURES and is working fine. However, for that pam module libpam dependency is silently dropped during the build. If PAM happ