Re: [OE-core] SFO17 Cross-Distro meeting notes

2017-09-29 Thread Riku Voipio
On 29 September 2017 at 21:26, Tom Rini <tr...@konsulko.com> wrote: > On Fri, Sep 29, 2017 at 02:06:21AM +0300, Riku Voipio wrote: > > [snip] >> On arm64, Kernel doesn't self-decompress. The bootloaders are stringly >> recommended to support decompressing kernel image

[OE-core] SFO17 Cross-Distro meeting notes

2017-09-28 Thread Riku Voipio
= LSE atomics problem = Large System Extensions, part of ARMv8.1, provides new atomics instructions. These instructions are essential for high performance locking when you have lots of cores. Recommendation: distributions should provide an alternative optimized glibc with LSE atomics based locks

[OE-core] ARM Cross-distro BoF at Linaro Connect next week

2017-09-22 Thread Riku Voipio
Hi, We'll have the traditional cross-distribution BoF at Linaro connect Wednesday 27.9, at 3PM US pacific time - 22.00 UTC. We don't have a set agenda, but if anything is bugging you, replying to this mail is great way to make it into our topics :) Riku --

[OE-core] Cross-distribution ARM meetings at Linaro connect this weel

2016-03-07 Thread Riku Voipio
Hi, We have a few sessions at this Linaro connect that could be in interest of Linux distributions working on Arm/Linux: Tuesday 14.00 Bangkok time: (07.00 UTC): https://bkk16.pathable.com/meetings/372827 BKK16-212: What's broken on ARM64? Thursday 10.10 Bangkok time: (03.00 UTC):

[OE-core] Cross-distribution ARM Linux platform support meeting at Connect San Fransisco

2015-08-24 Thread Riku Voipio
Hi everyone, Since cross-distribution meetings at Linaro Connect have been popular, we are continuing the tradition and having a session[1] in Linaro Connect next week. https://sfo15.pathable.com/meetings/302652 The event is on Monday September 21, 16.10 PST (aka 23:10:00 UTC). Details of google

Re: [OE-core] [PATCH] udev: fix /var/volatile/tmp permissions

2014-08-18 Thread Riku Voipio
Hi, Any updates on this one? Riku On 14 August 2014 12:03, Riku Voipio riku.voi...@linaro.org wrote: Mariadb postinstall will fail with: ERROR: 1 Can't create/write to file '/tmp/#sql_a2a_0.MAI' (Errcode: 13) 140814 8:14:06 [ERROR] Aborting /tmp is a link to /var/volatile/tmp, set

[OE-core] [PATCH] udev: fix /var/volatile/tmp permissions

2014-08-14 Thread Riku Voipio
tables. Signed-off-by: Riku Voipio riku.voi...@linaro.org --- meta/recipes-core/udev/udev/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index f2c84d5..a442c74 100644 --- a/meta/recipes-core/udev/udev/init

Re: [OE-core] [PATCH 1/3] ltp: cleanup recipe

2013-10-22 Thread Riku Voipio
On 22 October 2013 01:42, Khem Raj raj.k...@gmail.com wrote: On Monday, October 21, 2013, Riku Voipio riku.voi...@linaro.org wrote: Cleanups for ltp: 1. Instead of using giturl like in Anders's patch use the sourceforge mirror URL. whats wrong with git url ? The previous LTP version in OE

[OE-core] [PATCH 2/3] ltp: Fix aarch64 build

2013-10-21 Thread Riku Voipio
e5c18eaa4b8f9f73516eaf68213d6beee80cf3b5 +Author: Riku Voipio riku.voi...@linaro.org +Date: Fri Oct 11 12:09:08 2013 +0300 + +Remove bogus Aarch64 system call numbers + +Aarch64 build fails with: + +cacheflush01.c:52:26: fatal error: asm/cachectl.h: No such file or directory

[OE-core] [PATCH 1/3] ltp: cleanup recipe

2013-10-21 Thread Riku Voipio
Cleanups for ltp: 1. Instead of using giturl like in Anders's patch use the sourceforge mirror URL. 2. remove to the manual unpack rule and just set S variable to source directory. 3. Follow the OE style guide for variable order. --- meta/recipes-extended/ltp/ltp_20130904.bb | 50

[OE-core] [PATCH 3/3] ltp: enable power management and realtime tests

2013-10-21 Thread Riku Voipio
: Backport + +commit 6f3147f01229f3bb953202cde828d35e0d2bcb8a +Author: Riku Voipio riku.voi...@linaro.org +Date: Mon Oct 14 11:50:28 2013 +0300 + +power_management: add TCID + +get_sched_values.c uses interfaces provided by -lltp which need +TCID defined. Not sure how this built

Re: [OE-core] [PATCH] glib-2.0: fix build on Aarch64

2013-10-16 Thread Riku Voipio
Hi, On 15 October 2013 14:51, Riku Voipio riku.voi...@linaro.org wrote: Backported patch from upstream Can someone look into this soon? Riku Signed-off-by: Riku Voipio riku.voi...@linaro.org --- ...ror-format-string-errors-from-mismatched-.patch | 56 ++ meta

Re: [OE-core] [PATCH 2/5] glib-2.0: upgrade to 2.28.0

2013-10-15 Thread Riku Voipio
On 15 October 2013 12:43, Burton, Ross ross.bur...@intel.com wrote: On 15 October 2013 09:37, Fathi Boudra fathi.bou...@linaro.org wrote: it fails to build on Aarch64: | gdbusprivate.c: In function 'write_message_print_transport_debug': | gdbusprivate.c:2164:12: error: format '%lu' expects

Re: [OE-core] Using pigz-native from sstate-cache while zlib-native is not there yet

2013-09-30 Thread Riku Voipio
Hi Richard, On 21 September 2013 12:54, Richard Purdie do_unpack[depends] += gzip-native:do_populate_sysroot which I think should address the problem? If anyone is interested, the reproducer is: bitbake pigz-native bitbake zlib-native -c clean bitbake core-image-minimal -c populate_lic

[OE-core] Using pigz-native from sstate-cache while zlib-native is not there yet

2013-09-10 Thread Riku Voipio
Hi, I've started observing build failures with pigz-native fails due ttrying to use too old libz (from host), instead of the one in sysroot. I take most don't see this bug because they have new enough zlib on their host system. | DEBUG: Executing shell function sstate_create_package | gzip:

Re: [OE-core] [PATCH] eglibc: Update SRC_URI and fix unpackaged empty dir

2013-08-26 Thread Riku Voipio
Hi, On 21 August 2013 08:45, Khem Raj raj.k...@gmail.com wrote: diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc index a590cce..1a23805 100644 --- a/meta/recipes-core/eglibc/eglibc-package.inc +++

[OE-core] [PATCH] eglibc: fix directory cleanup for 2.17

2013-08-26 Thread Riku Voipio
Commit e0c2dd275827a4b37b8116d0f0119333638461af broke building eglibc 2.17, which still ships pt_chown under eglibc/ directory. Fix by only deleting directory when pt_chown is not there. Cc: Khem Raj raj.k...@gmail.com --- meta/recipes-core/eglibc/eglibc-package.inc | 2 +- 1 file changed, 1

[OE-core] [PATCH] qemu: pass CFLAGS via ./configure instead of a patch

2013-08-06 Thread Riku Voipio
OE carries a patch to pass CFLAGS to qemu. However, we can avoid patching by passing CFLAGS with qemu's --extra-cflags option. Tested that building qemu-native still works without zlib-dev on host, and that qemu builds. Signed-off-by: Riku Voipio riku.voi...@linaro.org --- .../qemu/files/fix

[OE-core] [PATCH] webkit-gtk: add aarch64 support

2013-07-01 Thread Riku Voipio
Add patch from meta-linaro to compile webkit on aarch64. Signed-off-by: Riku Voipio riku.voi...@linaro.org --- .../webkit/webkit-gtk-1.8.3/aarch64.patch | 41 ++ meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 1 + 2 files changed, 42 insertions(+) create mode

Re: [OE-core] [PATCH] qemu: update to 1.5.0

2013-06-10 Thread Riku Voipio
On 6 June 2013 16:54, Saul Wold s...@linux.intel.com wrote: On 06/06/2013 05:08 AM, Riku Voipio wrote: Patches removed: 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch - applied 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch - fixed different upstream Revert

[OE-core] [PATCH] qemu: update to 1.5.0

2013-06-06 Thread Riku Voipio
Patches removed: 0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch - applied 0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch - fixed different upstream Revert-vmware_vga-Add-back-some-info-in-local-state-.patch - fixed different upstream arm-bgr.patch - this should be

[OE-core] [PATCH] xserver-xorg: enable xvfb

2013-05-20 Thread Riku Voipio
Currently Xvfb has been enabled in openembedded-core. Xvfb is needed for example in Mauve testsuite. Signed-off-by: Riku Voipio riku.voi...@linaro.org --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] [oe-core][PATCH] libaio: add aarch64 support

2013-01-21 Thread Riku Voipio
Picking up a patch from gentoo and adding aarch64 defines is enough to fix libaio and pass the harness testsuite Signed-off-by: Riku Voipio riku.voi...@linaro.org --- .../libaio/libaio/libaio-aarch64.patch | 28 + .../libaio/libaio/libaio-generic.patch | 65

[OE-core] [oe-core][PATCH 2/3] attr: convert to generic syscall numbers

2013-01-18 Thread Riku Voipio
xattr system calls are old enough that we can switch to just pulling the system call numbers from kernel headers. Upstream-Status: Submitted acl-de...@nongnu.org Signed-off-by: Riku Voipio riku.voi...@linaro.org --- meta/recipes-support/attr/attr.inc |4 +- .../attr/files

[OE-core] [oe-core][PATCH 3/3] libaio: add aarch64 support

2013-01-18 Thread Riku Voipio
Picking up a patch from gentoo and adding aarch64 defines is enough to fix libaio and pass the harness testsuite Signed-off-by: Riku Voipio riku.voi...@linaro.org --- .../libaio/libaio/libaio-aarch64.patch | 26 .../libaio/libaio/libaio-generic.patch | 65

[OE-core] [oe-core][PATCH 1/3] nspr: add aarch64 support

2013-01-18 Thread Riku Voipio
Add needed defines for Aarch64 support. Upstream-Status: Submitted https://bugzilla.mozilla.org/show_bug.cgi?id=827271 Signed-off-by: Riku Voipio riku.voi...@linaro.org --- .../nspr/files/fix-build-on-aarch64.patch | 101 meta/recipes-support/nspr/nspr_4.9.4.bb