[OE-core] [PATCH 4/7] image.bbclass: Remove dependency on ldconfig-native for musl

2014-05-28 Thread Khem Raj
it does not grok glibc ldconfig format Signed-off-by: Khem Raj --- meta/classes/image.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index ceee848..a03b880 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclas

[OE-core] [PATCH 1/7] siteinfo, insane: Recognize musl specific triplets

2014-05-28 Thread Khem Raj
We will use '-musl' to identify musl based systems this patch lays the foundation for recognising those and map them to internal variable representations Signed-off-by: Khem Raj --- meta/classes/insane.bbclass | 21 + meta/classes/siteinfo.bbclass | 13 +++ meta/site/co

[OE-core] [PATCH 7/7] layer.conf: Add musl to safe recipes for exclusion

2014-05-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index dbcb653..75ca232 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -34,6 +34,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ SIGGEN_EXC

[OE-core] [PATCH 3/7] multilib_header: Do not install mutlilib headers for musl

2014-05-28 Thread Khem Raj
musl is not multilib and this creates trouble. eg. when util-linux probes for ncurses it does not find it because ncurses has installed the multilibbed header and this header includes bits/wordsize.h and this header does not exist on musl systems. If and when musl adds multilib support we will revi

[OE-core] [PATCH 5/7] cross-canadian.bbclass: Recognise musl

2014-05-28 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/cross-canadian.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index cea6afb..25e246d 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/clas

[OE-core] [PATCH 2/7] tclibc-musl.inc: Add musl specific distro policy file

2014-05-28 Thread Khem Raj
With this we could use TCLIBC=musl to switch to images based on musl Signed-off-by: Khem Raj --- meta/conf/distro/include/tclibc-musl.inc | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta/conf/distro/include/tclibc-musl.inc diff --git a/meta/conf/distro

[OE-core] [PATCH 6/7] gnu-config: Let it recognise *-*-musl* triplets

2014-05-28 Thread Khem Raj
This will help autotools based packages to recognise musl Signed-off-by: Khem Raj --- .../gnu-config/gnu-config/musl-support.patch | 25 ++ .../gnu-config/gnu-config_20120814.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta/recipes-dev

[OE-core] [PATCH 0/7] Add common pieces to support musl as system C library alternative

2014-05-28 Thread Khem Raj
This patchset is part of musl support in config metadata and class metadata there are more patches for individual recipes to let it build with musl but those can be housed in a layer of its own. Once this common support is available in OE-Core The following changes since commit 32ac58819580d359e22

[OE-core] [PATCH V2 1/2] eglibc: Fix configure when re-building with gold

2014-05-28 Thread Khem Raj
Signed-off-by: Khem Raj --- .../eglibc/eglibc-2.19/grok_gold.patch | 34 ++ meta/recipes-core/eglibc/eglibc_2.19.bb| 1 + 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-core/eglibc/eglibc-2.19/grok_gold.patch diff --git a/meta/reci

[OE-core] [PATCH 2/2] gcc, uclibc: Add/Fix Upstream-Status in patches

2014-05-28 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-core/uclibc/uclibc-git/0004-Add-clock_adjtime-syscall.patch | 2 ++ meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc-git/0004-Add-c

[OE-core] [PATCH 1/2] eglibc: Fix configure when re-building with gold

2014-05-28 Thread Khem Raj
Signed-off-by: Khem Raj --- .../eglibc/eglibc-2.19/grok_gold.patch | 34 ++ meta/recipes-core/eglibc/eglibc_2.19.bb| 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/eglibc/eglibc-2.19/grok_gold.patch diff -

[OE-core] [daisy][PATCH] x264: Update SRCREV to match commit in upstream git repo

2014-05-28 Thread Khem Raj
It seems that 585324fee380109acd9986388f857f413a60b896 is no longer there in git and it has been rewritten to ffc3ad4945da69f3caa2b40e4eed715a9a8d9526 Change-Id: I9ffe8bd9bcef0d2dc5e6f6d3a6e4317bada8f4be Signed-off-by: Khem Raj --- meta/recipes-multimedia/x264/x264_git.bb | 2 +- 1 file changed,

[OE-core] [PATCH v2] grub_git: fix build warning->error

2014-05-28 Thread Trevor Woerner
This patch fixes a build warning which is promoted to an error via -Werror. changes from v1: * put "Upstream-Status" in patch itself, not in OE patch header * fix commit wording Signed-off-by: Trevor Woerner --- .../grub/grub/asciih-fix-build-warning-error.patch | 34 ++ m

Re: [OE-core] [PATCH] grub_git: fix warning->error

2014-05-28 Thread Trevor Woerner
On 05/28/14 15:57, Khem Raj wrote: > Upstream-status should appear in component source patch header not > overall OE patch header. Thanks for the clarification. v2 is on its way. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedde

[OE-core] [PATCH] combo-layer: git revlist does't take account about file_filter

2014-05-28 Thread João Henrique Ferreira de Freitas
Hello, This fixes a combo-layer behaviour that I found using this .conf: [meta-intel] src_uri = git://git.yoctoproject.org/meta-intel local_repo_dir = /home/joaohf/jhf/opensource/meta/meta-intel dest_dir = . branch = daisy last_revision = file_filter = conf common meta-crownbay The first time th

[OE-core] [PATCH] combo-layer: fix revlist taking into account file_filter

2014-05-28 Thread João Henrique Ferreira de Freitas
If file_filter is set, git format-patch takes account but git rev-list does not. So revlist is going to get with wrong revisions. And last_revision will be updated with wrong revision. The next time that user run combo-layer it complain about applying patches. So ensure that 'git rev-list' are usi

[OE-core] [PATCH 1/1] update-rc.d: fix to handle priority numbers correctly

2014-05-28 Thread Chen Qi
The update-rc.d treated priority numbers begin with '0' as octal numbers. This led to problems of update-rc.d being unable to handle priorities like '08' or '09' correctly. This patch fixes the above problem. [YOCTO #6376] Signed-off-by: Chen Qi --- .../fix-to-handle-priority-numbers-correctly

[OE-core] [PATCH 0/1] update-rc.d: fix to handle priority numbers correctly

2014-05-28 Thread Chen Qi
The following changes since commit 32ac58819580d359e22161be1abf62215d202250: i2c-tools: Add i2c-tools to the core (2014-05-28 09:41:11 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/updatercd-priority http://cgit.openembedded.org

Re: [OE-core] [PATCH] gcc: add patch to fix errors with Decimal64 type

2014-05-28 Thread Saul Wold
On 05/28/2014 01:00 PM, Khem Raj wrote: Saul can you cherry-pick http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-4.9&id=c5f8c01c48afebc8a9987dc09f87e37520b94e25 along with this one now I have been testing MUT with this one just to make sure we don't regress anywhe

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-05-28 Thread Richard Purdie
On Wed, 2014-05-28 at 13:46 -0700, Christopher Larson wrote: > > On Wed, May 28, 2014 at 1:42 PM, Khem Raj wrote: > On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans > wrote: > > I have a deja-vu feeling about this question. > > > > I have this recipe: >

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Richard Purdie
On Tue, 2014-05-27 at 17:38 -0600, Dan McGregor wrote: > From: Dan McGregor > > On systems with /bin and /usr/bin merged the gzip recipe may find grep > in /usr/bin, while OE puts it in /bin. Force the recipe to find grep in > the correct place. > > Signed-off-by: Dan McGregor > --- > meta/rec

Re: [OE-core] [PATCH 0/2 V2] Update timezone files to 2014c

2014-05-28 Thread akuster808
On 05/28/2014 02:27 PM, Gary Thomas wrote: On 2014-05-28 15:21, Armin Kuster wrote: This updates both tzcode and tzdate to latest V2: License correction Solar type correction Armin Kuster (2): Update tzdata to 2014c Update tzcode to 2014c .../recipes-extended/tzcode/tzcode-nativ

Re: [OE-core] [PATCH 0/2 V2] Update timezone files to 2014c

2014-05-28 Thread Gary Thomas
On 2014-05-28 15:21, Armin Kuster wrote: This updates both tzcode and tzdate to latest V2: License correction Solar type correction Armin Kuster (2): Update tzdata to 2014c Update tzcode to 2014c .../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 --- .../recipes-extended/t

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Dan McGregor
It's encoded in zgrep, which is part of the gzip package. On 28 May 2014 14:29, Khem Raj wrote: > On Tue, May 27, 2014 at 4:38 PM, Dan McGregor > wrote: >> +EXTRA_OEMAKE = "GREP=${base_bindir}/grep" > > is this grep path encoded into gzip and then referred when running ? -- ___

[OE-core] [PATCH 2/2 V2] Update tzcode to 2014c

2014-05-28 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 -- .../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 + 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-extended/tzcode/tzcode

[OE-core] [PATCH 1/2 V2] Update tzdata to 2014c

2014-05-28 Thread Armin Kuster
Removed solar-time experiment as per http://mm.icann.org/pipermail/tz/2013-November/020488.html Signed-off-by: Armin Kuster --- meta/recipes-extended/tzdata/tzdata_2013i.bb | 206 --- meta/recipes-extended/tzdata/tzdata_2014c.bb | 205 ++ 2 files

[OE-core] [PATCH 0/2 V2] Update timezone files to 2014c

2014-05-28 Thread Armin Kuster
This updates both tzcode and tzdate to latest V2: License correction Solar type correction Armin Kuster (2): Update tzdata to 2014c Update tzcode to 2014c .../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 --- .../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 +++ meta/rec

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-05-28 Thread Christopher Larson
On Wed, May 28, 2014 at 1:42 PM, Khem Raj wrote: > On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans > wrote: > > I have a deja-vu feeling about this question. > > > > I have this recipe: > > > > > https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image-miami

Re: [OE-core] How to find out why shared sstate is not being used for a recipe

2014-05-28 Thread Khem Raj
On Mon, May 26, 2014 at 11:58 PM, Mike Looijmans wrote: > I have a deja-vu feeling about this question. > > I have this recipe: > > https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image-miami.bb > > Which includes this one: > https://github.com/topic-embedde

Re: [OE-core] [OE-Core][PATCH] gzip: Avoid host contamination during build

2014-05-28 Thread Khem Raj
On Tue, May 27, 2014 at 4:38 PM, Dan McGregor wrote: > +EXTRA_OEMAKE = "GREP=${base_bindir}/grep" is this grep path encoded into gzip and then referred when running ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

Re: [OE-core] [PATCH] gcc: add patch to fix errors with Decimal64 type

2014-05-28 Thread Khem Raj
Saul can you cherry-pick http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/gcc-4.9&id=c5f8c01c48afebc8a9987dc09f87e37520b94e25 along with this one now On Wed, May 28, 2014 at 12:58 PM, Khem Raj wrote: > On Wed, May 28, 2014 at 6:24 AM, Alexandru-Cezar Sardan > wrote: >> [OE-c

Re: [OE-core] [PATCH] gcc: add patch to fix errors with Decimal64 type

2014-05-28 Thread Khem Raj
On Wed, May 28, 2014 at 6:24 AM, Alexandru-Cezar Sardan wrote: > [OE-core bug #6270] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=6270 > This looks good. > Signed-off-by: Alexandru-Cezar Sardan > --- > meta/recipes-devtools/gcc/gcc-4.9.inc |1 + > ...-E500-SPE-errors-wi

Re: [OE-core] [PATCH] grub_git: fix warning->error

2014-05-28 Thread Khem Raj
On Wed, May 28, 2014 at 6:26 AM, Trevor Woerner wrote: > This patch fixes a grub build error which is promoted to an error via -Werror. > > Signed-off-by: Trevor Woerner > Upstream-status: submitted > - Upstream-status should appear in component source patch header not overall OE patch header. -

Re: [OE-core] [PATCH] sstatesig: Move saferecipedeps handling to be earlier

2014-05-28 Thread Burton, Ross
On 28 May 2014 17:38, Richard Purdie wrote: > This change has no effect on existing uses but makes gcc-cross become > shared as desired. As the reporter of the problem to Richard I confirm that this fixes the problem. Ross -- ___ Openembedded-core mai

[OE-core] [PATCH 1/1] ethtool: use serial-tests config needed by ptest.

2014-05-28 Thread Tudor Florea
buildtest-TESTS and runtest-TESTS targets are required by ptest. In order to have those targets in automake 1.13.4 serial-tests should be specified since parallel-tests is assumed by default and serial-tests is optional. ptest results: PASS: test-cmdline PASS: test-features == All

[OE-core] [PATCH] sstatesig: Move saferecipedeps handling to be earlier

2014-05-28 Thread Richard Purdie
We want to use the saferecipedeps handling code to allow gcc-cross-* to work on multiple different tunes. Its currently in target only code so it needs to be earlier to allow it to work on native-> target dependencies. This change has no effect on existing uses but makes gcc-cross become shared as

[OE-core] [PATCH 2/2] package_ipk.bbclass: Support hierarchical feed

2014-05-28 Thread Paul Barker
This patch allows for an optional new layout for ipk feed directories which I've called a 'hierarchical feed' and is based on how Debian pools package files. It is disabled by default and is enabled by setting IPK_HIERARCHICAL_FEED to "1". In the traditional feed layout, package files are placed i

[OE-core] OE Changelog since 2014-05-18 until 2014-05-25

2014-05-28 Thread cliff . brake
Changelog since 2014-05-18 until 2014-05-25. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH 1/2] opkg-utils: Update SRCREV

2014-05-28 Thread Paul Barker
Recent changes in opkg-utils allow package files to be stored in a different directory to the package index if desired. Signed-off-by: Paul Barker --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg

[OE-core] [PATCH 0/2] IPK_HIERARCHICAL_FEED support

2014-05-28 Thread Paul Barker
This is a follow up to the RFC patches I sent out a few weeks ago. I've finally had time to finish up the work and give it another round of testing. Everything looks good both with and without IPK_HIERARCHICAL_FEED set. I've tested that it is possible to install from a hierarchical feed using opkg

Re: [OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-28 Thread akuster@mvista
On 05/28/2014 03:40 AM, Burton, Ross wrote: On 26 May 2014 22:05, Armin Kuster wrote: This updates both tzcode and tzdate to latest Please send patches using -M so they're easier to review. Will do. Also you put "solaris" instead of "solar" in the commit message. I will fix thanks Armin

Re: [OE-core] [PATCH 0/1] i2c-tools: Add i2c-tools to the core

2014-05-28 Thread Khem Raj
On Wed, May 28, 2014 at 7:44 AM, Darren Hart wrote: > > What follow-up is necessary/appropriate with meta-oe? send a patch to delete the recipe from meta-openembedded -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http:/

Re: [OE-core] [PATCH 0/1] i2c-tools: Add i2c-tools to the core

2014-05-28 Thread Darren Hart
On 5/28/14, 1:42, "Richard Purdie" wrote: >On Tue, 2014-05-27 at 13:38 -0700, Darren Hart wrote: >> The following changes since commit >>f3d62a9eb9c47356e6150fdd55f790c159e620c7: >> >> eglinfo: updated to compile with mesa10+ (2014-05-27 16:11:55 +0100) >> >> are available in the git reposito

Re: [OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-28 Thread akuster808
On 05/28/2014 05:07 AM, Richard Purdie wrote: On Wed, 2014-05-28 at 11:40 +0100, Burton, Ross wrote: On 26 May 2014 22:05, Armin Kuster wrote: This updates both tzcode and tzdate to latest Please send patches using -M so they're easier to review. Also you put "solaris" instead of "solar" in

Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure

2014-05-28 Thread Tudor Florea
> -Original Message- > From: Saul Wold [mailto:s...@linux.intel.com] > Sent: Tuesday, May 27, 2014 18:23 > To: Tudor Florea; Chong Lu; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/1] strace: fix ptest execution failure > > On 05/27/2014 08:16 AM, Tudor Flore

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Bruce Ashfield
On 14-05-28 09:47 AM, Richard Purdie wrote: On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote: On 14-05-28 04:36 AM, Richard Purdie wrote: On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux

[OE-core] [PATCH] grub_git: fix warning->error

2014-05-28 Thread Trevor Woerner
This patch fixes a grub build error which is promoted to an error via -Werror. Signed-off-by: Trevor Woerner Upstream-status: submitted --- ...l-grub-gen-asciih-fix-build-warning-error.patch | 44 ++ meta/recipes-bsp/grub/grub_git.bb | 1 + 2 files changed,

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Richard Purdie
On Wed, 2014-05-28 at 08:54 -0400, Bruce Ashfield wrote: > On 14-05-28 04:36 AM, Richard Purdie wrote: > > On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: > >> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > >> b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > >> in

[OE-core] [PATCH] gcc: add patch to fix errors with Decimal64 type

2014-05-28 Thread Alexandru-Cezar Sardan
[OE-core bug #6270] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=6270 Signed-off-by: Alexandru-Cezar Sardan --- meta/recipes-devtools/gcc/gcc-4.9.inc |1 + ...-E500-SPE-errors-with-the-_Decimal64-type.patch | 98 2 files changed, 99 insertions(+) c

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Bruce Ashfield
On 14-05-28 04:36 AM, Richard Purdie wrote: On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 7081cd18aa57..b1b80341d6d2 100644 --- a/meta/recipes-kernel/linux/linux

Re: [OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-28 Thread Richard Purdie
On Wed, 2014-05-28 at 11:40 +0100, Burton, Ross wrote: > On 26 May 2014 22:05, Armin Kuster wrote: > > This updates both tzcode and tzdate to latest > > Please send patches using -M so they're easier to review. Also you > put "solaris" instead of "solar" in the commit message. How did the licen

[OE-core] [PATCH 4/4] autoconf: don't disable the autoheader warnings

2014-05-28 Thread Ross Burton
The usual autoheader warning is due to AC_DEFINE variables not having a description. This results in no variable being defined in config.h, which leads to code behaving as if the test failed when it actually succeeded. This patch was introduced to OpenEmbedded back in 2004: http://git.openembedd

[OE-core] [PATCH 2/4] readline: exclude autoheader from autoreconf

2014-05-28 Thread Ross Burton
readline ships a hand-maintained config.h, instead of letting autoheader generate one from configure.ac. The required arguments to AC_DEFINE are not in configure.ac so autoheader will produce warnings and the generated code will not behave as expected. Solve this by excluding autoheader from auto

[OE-core] [PATCH 3/4] readline: use upstream's aclocal.m4 as acinclude.m4

2014-05-28 Thread Ross Burton
Instead of shipping a fork of the upstream aclocal.m4, simply rename it to acinclude.m4 at configure time. We don't need the fork now that autoheader is excluded. Signed-off-by: Ross Burton --- meta/recipes-core/readline/files/acinclude.m4 | 1871 - meta/recipes-core/rea

[OE-core] [PATCH 1/4] readline: add missing STRUCT_DIRENT_D_* symbols to config.h.in

2014-05-28 Thread Ross Burton
readline maintains config.h.in by hand but several symbols are incorrect. Fix these so that the test results are reflected in config.h. Signed-off-by: Ross Burton --- .../readline-6.3/config-dirent-symbols.patch | 34 meta/recipes-core/readline/readline.inc

[OE-core] [PATCH 0/4][RFT] Stop disabling autoheader warnings

2014-05-28 Thread Ross Burton
Hi, When autoheader emits a warning along the lines of "missing template for variable HAVE_FOO", it's not moaning that you need to be more verbose for nice comments in the config.h files. In fact it's saying that it's not writing that symbol at all to config.h.in, so even if that test succeeds th

Re: [OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Hongxu Jia
On 05/28/2014 06:48 PM, Burton, Ross wrote: On 28 May 2014 10:05, Hongxu Jia wrote: The tools/gen_test_char was invoked at build time, and it didn't work for the cross compiling, so we used the native one to instead. Building all of libapr natively and installing the extra binary is wasteful w

[OE-core] [PATCH v2 2/2] qt4: add patch for GIF denial-of-service vulnerability

2014-05-28 Thread Paul Eggleton
For further details, see: https://bugreports.qt-project.org/browse/QTBUG-38367 Signed-off-by: Paul Eggleton --- meta/recipes-qt/qt4/qt4-4.8.6.inc | 1 + .../0028-Don-t-crash-on-broken-GIF-images.patch| 47 ++ 2 files changed, 48 insertions(+) create mod

[OE-core] [PATCH v2 0/2] Qt 4 upgrade

2014-05-28 Thread Paul Eggleton
Since v1, added an additional patch for a denial-of-service vulnerability in Qt's GIF handling code. The upgrade patch itself (1/2) remains unchanged. The following changes since commit 32ac58819580d359e22161be1abf62215d202250: i2c-tools: Add i2c-tools to the core (2014-05-28 09:41:11 +0100)

[OE-core] [PATCH v2 1/2] qt4: upgrade to version 4.8.6

2014-05-28 Thread Paul Eggleton
* Remove patches merged upstream * Add a qtscript translation package for an additional .qm file added in this release Signed-off-by: Paul Eggleton --- ...tools_4.8.5.bb => nativesdk-qt4-tools_4.8.6.bb} | 4 +- ...0020-webkit-disable-the-fuse-ld-gold-flag.patch | 41 -- ...-of-0-width-p

Re: [OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Burton, Ross
On 28 May 2014 10:05, Hongxu Jia wrote: > The tools/gen_test_char was invoked at build time, and it didn't > work for the cross compiling, so we used the native one to instead. Building all of libapr natively and installing the extra binary is wasteful when the binary is trivially compiled native

Re: [OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-28 Thread Burton, Ross
On 26 May 2014 22:05, Armin Kuster wrote: > This updates both tzcode and tzdate to latest Please send patches using -M so they're easier to review. Also you put "solaris" instead of "solar" in the commit message. Ross -- ___ Openembedded-core mailing

[OE-core] [PATCH 3/3] apr-util: upgrade to 1.5.3

2014-05-28 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (93%) diff --git a/meta/recipes-support/apr/apr-util_1.5.2.bb b/met

[OE-core] [PATCH 2/3] apr: fix cross compiling failed

2014-05-28 Thread Hongxu Jia
The do_compile failed: | tools/gen_test_char > include/private/apr_escape_test_char.h | /bin/sh: tools/gen_test_char: No such file or directory | make[1]: *** [include/private/apr_escape_test_char.h] Error 127 The tools/gen_test_char was invoked at build time, and it didn't work for the cross comp

[OE-core] [PATCH 0/3] upgrade: apr to 1.5.1 and apr-utils to 1.5.3

2014-05-28 Thread Hongxu Jia
The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/upgrade-apr http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hon

[OE-core] [PATCH 1/3] apr: upgrade to 1.5.1

2014-05-28 Thread Hongxu Jia
The LICENSE has no change, except a newline added. Signed-off-by: Hongxu Jia --- meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.1.bb} (91%) diff --git a/meta/recipes-su

[OE-core] [PATCH 2/3] elfutils: upgrade to 0.158

2014-05-28 Thread Hongxu Jia
Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross compiling failure; Rebase 'elf_additions.diff' for 0.158; Drop obsolete patches: - nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch - elfutils-ar-c-fix-num-passed-to-memset.patch - fix-build-gcc-4.8.patch

[OE-core] [PATCH V2 0/3] elfutils: upgrade to 0.158

2014-05-28 Thread Hongxu Jia
Change in V2: - Add the missing 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' and 'elf_additions.diff' patches. Build Steps: 1. Add 'PREFERRED_VERSION_elfutils="0.158"' to local.conf 2. bitbake elfutils //Hongxu The following changes since commit 894df445fa71a170397c6e0b4960a89

Re: [OE-core] [PATCH 0/1] i2c-tools: Add i2c-tools to the core

2014-05-28 Thread Richard Purdie
On Tue, 2014-05-27 at 13:38 -0700, Darren Hart wrote: > The following changes since commit f3d62a9eb9c47356e6150fdd55f790c159e620c7: > > eglinfo: updated to compile with mesa10+ (2014-05-27 16:11:55 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contri

Re: [OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-28 Thread Richard Purdie
On Mon, 2014-05-26 at 13:40 -0400, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > index 7081cd18aa57..b1b80341d6d2 100644 > --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb > +++ b/meta/recipe

Re: [OE-core] [PATCH 2/3] elfutils: upgrade to 0.158

2014-05-28 Thread Hongxu Jia
On 05/28/2014 04:27 PM, Hongxu Jia wrote: Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross compiling failure; Rebase 'elf_additions.diff' for 0.158; I am sorry to missing 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' and 'elf_additions.diff' in this

[OE-core] [PATCH 2/3] elfutils: upgrade to 0.158

2014-05-28 Thread Hongxu Jia
Add 'm4-biarch.m4-tweak-AC_RUN_IFELSE-for-cross-compiling.patch' to fix cross compiling failure; Rebase 'elf_additions.diff' for 0.158; Drop obsolete patches: - nm-Fix-size-passed-to-snprintf-for-invalid-sh_name-case.patch - elfutils-ar-c-fix-num-passed-to-memset.patch - fix-build-gcc-4.8.patch

[OE-core] [PATCH 0/3] elfutils: upgrade to 0.158

2014-05-28 Thread Hongxu Jia
Build Steps: 1. Add 'PREFERRED_VERSION_elfutils="0.158"' to local.conf 2. bitbake elfutils //Hongxu The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.po

[OE-core] [PATCH 1/2] socat: upgrade to 1.7.2.4

2014-05-28 Thread Hongxu Jia
Tweak compile.patch: - add the explanation of 'AC_DEFINE' in the patch header; - remove the t.c_ispeed assinged line for AC_TRY_COMPILE; - remove the SHIFT_NAME line, use socat-enable-termios.patch to instead. Drop fix-xxx-SHIFT-autoheader.patch, and add socat-enable-termios.patch to instead; Rem

[OE-core] [PATCH 2/2] socat: fix supporting cross compiling

2014-05-28 Thread Hongxu Jia
The do_configure failed: ... |checking for equivalent simple type of size_t... configure: error: in `tmp/work/core2-64-poky-linux/socat/1.7.2.4-r0/build': |configure: error: cannot run test program while cross compiling ... For 1.7.2.4, the linux GCC check in configure.in didn't support cross comp

[OE-core] [PATCH V3 0/2] socat: upgrade to 1.7.2.4

2014-05-28 Thread Hongxu Jia
Change in V3: Tweak compile.patch: - add the explanation of 'AC_DEFINE' in the patch header; - remove the t.c_ispeed assinged line for AC_TRY_COMPILE; - remove the SHIFT_NAME line; Drop fix-xxx-SHIFT-autoheader.patch, and add socat-enable-termios.patch to instead; Remove 'do_configure_prepend' t

Re: [OE-core] [PATCH 1/3] socat: upgrade to 1.7.2.4

2014-05-28 Thread Hongxu Jia
On 05/27/2014 07:37 PM, Burton, Ross wrote: On 27 May 2014 02:59, Hongxu Jia wrote: Signed-off-by: Hongxu Jia --- .../recipes-connectivity/socat/socat/compile.patch | 163 +++-- Oh wow this patch is ... special. 99% of it is adding the extra arguments to AC_DEFINE so that re