[oe] [PATCH meta-networking] modphp: enable endian check

2013-12-10 Thread Chong.Lu
From: Chong Lu chong...@windriver.com Previously, modphp estimates endian on host rather than checks it on target. If the host is little-endian and the target is big-endian, modphp claims that endian is little. As a result, a memory location that it is not allowed to access when calling

Re: [oe] [PATCH] packagekit: Updated to 0.8.13

2013-12-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felipe Tonello schreef op 10-12-13 02:17: It does split into packages. I splited it up in packages just so if the user wants to have different backend options, it can. The problem with this aproach, is that you will add the apt and opkg

Re: [oe] [PATCH meta-networking] modphp: enable endian check

2013-12-10 Thread Lu Chong
Please ignore this one. I will resend. Best Regards Chong On 12/10/2013 04:32 PM, chong...@windriver.com wrote: From: Chong Lu chong...@windriver.com Previously, modphp estimates endian on host rather than checks it on target. If the host is little-endian and the target is big-endian, modphp

[oe] [PATCH meta-webserver] modphp: enable endian check

2013-12-10 Thread Chong.Lu
From: Chong Lu chong...@windriver.com Previously, modphp estimates endian on host rather than checks it on target. If the host is little-endian and the target is big-endian, modphp claims that endian is little. As a result, a memory location that it is not allowed to access when calling

[oe] [meta-initramfs][PATCH 1/2] klibc 2.0.2: add support for Aarch64

2013-12-10 Thread Koen Kooi
Signed-off-by: Koen Kooi koen.k...@linaro.org --- .../0001-syscalls-Fixup-some-syscalls.patch| 111 ...002-syscalls-Add-syscalls-needed-by-arm64.patch | 621 + .../0003-arm64-Introduce-arm64-support.patch | 431 ++

[oe] [meta-initramfs][PATCH 2/2] klibc.inc: add mapping for 64-bit ARM builds

2013-12-10 Thread Koen Kooi
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc

Re: [oe] [meta-initramfs][PATCH 1/2] klibc 2.0.2: add support for Aarch64

2013-12-10 Thread Fathi Boudra
Hi, If you upgrade to latest 2.0.3 release (from last week), you don't have to patch. On 10 December 2013 12:41, Koen Kooi k...@dominion.thruhere.net wrote: Signed-off-by: Koen Kooi koen.k...@linaro.org --- .../0001-syscalls-Fixup-some-syscalls.patch| 111

Re: [oe] [PATCH] packagekit: Updated to 0.8.13

2013-12-10 Thread Felipe Ferreri Tonello
Hi Koen, On 12/10/2013 01:26 AM, Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felipe Tonello schreef op 10-12-13 02:17: It does split into packages. I splited it up in packages just so if the user wants to have different backend options, it can. The problem with this