Re: [OE-core] [daisy][PATCH 1/1] systemd: do not use alloca() function in case of uclibc

2014-06-03 Thread Holger Freyther
Richard Purdie writes: Hi, > Please just update that patch then rather than patching code that we've > ready patched. Is this issue uclibc specific? the usage of alloca is due me and killing a lot of malloc's in the hot path of log handling. I am late to these patches but my two cents would be

Re: [OE-core] kernel miscompilation with gcc 4.8 for ARMv5

2013-07-18 Thread Holger Freyther
Enrico Scholz writes: Good Morning, > Applying two upstream kernel commits > 455bd4c430b0c0a361f38e8658a0d6cb469942b5 (ARM: 7668/1: fix > memset-related crashes caused by recent GCC (4.7.2) optimizations) and > 418df63adac56841ef6b0f1fcf435bc64d4ed177 (ARM: 7670/1: fix the memset > fix) seem to

Re: [OE-core] [PATCH] kernel.bbclass: Do not chdir to /boot before running update-alternatives

2012-10-21 Thread Holger Freyther
Holger Hans Peter Freyther writes: > > The symlink from uImage-3... to uImage is not created at image creation > time and not properly update on kernel upgrades. This is fixed by removing > the chdir. The other users of update-alternative do not change the directory > before calling it. Hi, th