On 12/02/2011 07:54 AM, Jiajun Xu wrote:
Port ltp recipe from OE and upgraged to latest version(20110915).
Install ltp into ${D}/opt/ltp and POSIX test suite is also copied
into ${D}/opt/ltp/testcases.
TODO: Some cases are removed since they depend on command 'expect'.
It is not in Poky or OE an
Why do we have no stamps generated here for certain tasks? I'm getting
sstate-cache generated twice for this recipe, but I can't debug past
the step below because the stamps are not generated!
$ bitbake-diffsigs
x86_64-nativesdk-fslsdk-linux/meta-environment-powerpc-1.0-r7.do_package.sigdata.*
Has
On 2011-12-01 15:49, Ulf Samuelsson wrote:
On 2011-11-30 18:30, Scott Garman wrote:
On 11/29/2011 01:18 PM, Ulf Samuelsson wrote:
Seen a couple of errors as well.
1. ERROR: Function 'useradd_sysroot' failed
Tried to access "/etc/group" but this was locked.
Problem disappeared the next time I
On Fri, Nov 18, 2011 at 11:39 AM, Scott Garman wrote:
> Hi all,
>
> I'm testing building core-image-minimal in a resource-constrained
> environment (a VirtualBox VM with 2300 MB of RAM allocated to it). With
> PARALLEL_MAKE set to -j4 (the VM does have two CPUs allocated), I'm finding
> that the b
Dear Nitin,
thank you for your patch.
Am Freitag, den 02.12.2011, 12:20 -0800 schrieb nitin.a.kam...@intel.com:
> From: Nitin A Kamble
>
> By hardcoding CC's definition in the Makefile, all the gcc parameters
> set by tune settings are lost. Causing compile failure with x32 toolchain
>
> As t
On Fri, Dec 2, 2011 at 12:19 PM, wrote:
> From: Nitin A Kamble
>
> This fixes bug: [YOCTO #1403]
>
> Earlier hack was breaking compiler parameters set by tune settings. And that
> caused x32
> build failure. Now previous CC parameters are kept intact while adding new -L
> parameter.
>
> Signed