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
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
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
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"
&
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