Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-14 Thread Saul Wold
On 09/14/2013 12:10 PM, Burton, Ross wrote: On 14 September 2013 05:35, Khem Raj wrote: It does not come with out a price. Have you measured how much performance degradation it brings in ? We need that to assess the trade off and also describe the machine configuration where this option is help

Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-14 Thread Burton, Ross
On 14 September 2013 05:35, Khem Raj wrote: > It does not come with out a price. Have you measured how much performance > degradation it brings in ? > We need that to assess the trade off and also describe the machine > configuration where this option is helping Agreed - there's a bug which is tr

Re: [OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-14 Thread Martin Jansa
On Sat, Sep 14, 2013 at 07:19:43AM -0500, Jason Wessel wrote: > On 09/14/2013 03:05 AM, Martin Jansa wrote: > > On Fri, Sep 13, 2013 at 07:09:00PM -0500, Jason Wessel wrote: > >> A newer version of syslinux is required for an EFI enabled isohybrid. > >> This is used for the the capability to genera

Re: [OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-14 Thread Jason Wessel
On 09/14/2013 03:05 AM, Martin Jansa wrote: > On Fri, Sep 13, 2013 at 07:09:00PM -0500, Jason Wessel wrote: >> A newer version of syslinux is required for an EFI enabled isohybrid. >> This is used for the the capability to generate 3 types of ISO images, >> all of which can be booted off a USB devi

[OE-core] [PATCH v6] libtool: fix resolve of lt_sysroot

2013-09-14 Thread Hans Beckerus
This patch updates libtool.m4 (and its output) to resolve a problem with variable 'lt_sysroot' not being properly updated if the option '--with[-libtool]-sysroot' is not provided when running the 'configure' script for a package. According to the help text ouput from 'configure': --with-libtool-s

[OE-core] [PATCH 0/1] telepathy-mission-control: do_compile failed (race issue)

2013-09-14 Thread Robert Yang
The following changes since commit 7c85b0d6dad9410b43842a18a372ed3331c96e27: linux-libc-headers: do_install: fix "Argument list too long" error (2013-09-13 22:28:46 -0400) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/tmc http://git.pokylinux.org/cgit

[OE-core] [PATCH 1/1] telepathy-mission-control: do_compile failed (race issue)

2013-09-14 Thread Robert Yang
There might be an error when parallel build: [snip] Traceback (most recent call last): File "/path/to/tools/glib-gtypes-generator.py", line 304, in GTypesGenerator(dom, argv[1], argv[2])() File "/path/to/tools/glib-gtypes-generator.py", line 295, in __call__ file_set_contents(self.out

Re: [OE-core] [PATCH v5] libtool: fix resolve of lt_sysroot

2013-09-14 Thread Hans Beckerus
I will commit a new patch. I just discovered a minor flaw in it. In an attempt to handle also the case that someone provides --with-libtool-sysroot ="/" the switch cases have wrong precedence since "/*" hits before "/". Sorry for overlooking this. Even if the chance of someone actually hitting t

Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-14 Thread Martin Jansa
On Fri, Sep 13, 2013 at 09:35:36PM -0700, Khem Raj wrote: > On Friday, September 13, 2013, Joe Slater wrote: > > > Add --no-keep-memory to LDFLAGS. > I think it was discussed on this ML before and conclusion was that it's distro/builder policy and shouldn't be default in the recipe. > It does

Re: [OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-14 Thread Martin Jansa
On Fri, Sep 13, 2013 at 07:09:00PM -0500, Jason Wessel wrote: > A newer version of syslinux is required for an EFI enabled isohybrid. > This is used for the the capability to generate 3 types of ISO images, > all of which can be booted off a USB device or HDD if copied with dd. > > 1) PC BIOS only

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-14 Thread Phil Blundell
On Fri, 2013-09-13 at 21:24 -0700, Khem Raj wrote: > There are cases where we have bsps with 2.6.3x kernels and libc > compiled against 3.10 assumes syscalls That is a bug in glibc. It should not be doing that unless configured --enable-kernel=3.10.x (and this is the whole point of the --enable-k