Re: [OE-core] [PATCH 21/24] python3-jinja: Recipe for python3 templating system

2013-06-30 Thread Martin Jansa
On Fri, Jun 28, 2013 at 03:04:06PM -0700, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/python/python3-jinja_1.2.bb | 37 + 1 file changed, 37 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-jinja_1.2.bb

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-30 Thread Martin Jansa
On Fri, Jun 28, 2013 at 08:49:20PM +0800, Hongxu Jia wrote: On 06/28/2013 08:45 PM, Martin Jansa wrote: On Fri, Jun 28, 2013 at 01:40:26PM +0100, Paul Eggleton wrote: On Friday 28 June 2013 14:28:56 Martin Jansa wrote: It's failing in my world builds too now, you can see log here:

Re: [OE-core] [oe-commits] Phil Blundell : image.bbclass: Don't mark do_rootfs and do_build as nostamp

2013-06-30 Thread Phil Blundell
On Sat, 2013-06-29 at 21:04 +0200, Martin Jansa wrote: On Fri, May 03, 2013 at 03:15:07PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 8505008c115efb54d18e5f25441c7a938a32ffaf URL:

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-30 Thread Paul Eggleton
On Sunday 30 June 2013 12:34:22 Martin Jansa wrote: There is another qt4 issue which causes cmake-native to fail or was cmake changed to require qt4 installed on host? Certainly not. I had a report of this issue but wasn't able to reproduce it:

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-30 Thread Trevor Woerner
On 27 June 2013 10:08, Mark Hatle mark.ha...@windriver.com wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so checking for just the version string is not enough. We also need to check if the patch for the issue has

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-30 Thread Philip Balister
On 06/30/2013 11:56 AM, Trevor Woerner wrote: On 27 June 2013 10:08, Mark Hatle mark.ha...@windriver.com wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified version, so checking for just the version string is not enough. We also

[OE-core] [PATCH] TmuxRunning: handle multi-word commands

2013-06-30 Thread Tyler Hall
From: Tyler Hall tylerwh...@gmail.com Just as in f8ed7446755eeb88191e16749350efa1e7e6197c, tmux wants a single argument for its command. This applies to the split-window command as well as new. Note that this alone is not enough to fix the TmuxRunning devshell when using pseudo because tmux does

[OE-core] [RFC PATCH] terminal: Run command using a wrapper script

2013-06-30 Thread Tyler Hall
Some terminals may not pass the environment into the child process. This is true when using tmux split-window. If tmux is already running, it will start the command with the tmux session environment, ignoring the environment where the command was issued. This could possibly be worked around when

Re: [OE-core] [PATCH 1/3 v2] sanity.bbclass: Check for the known broken version of make

2013-06-30 Thread Trevor Woerner
On 30 June 2013 12:02, Philip Balister phi...@balister.org wrote: On 06/30/2013 11:56 AM, Trevor Woerner wrote: On 27 June 2013 10:08, Mark Hatle mark.ha...@windriver.com wrote: See GNU Savannah bug 30612 -- make 3.82 is known to be broken. A number of vendors are providing a modified

[OE-core] [PATCH 1/1] sysstat: backport a patch to fix a parallel building error

2013-06-30 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- ...-Makefile-to-allow-for-parallel-execution.patch | 33 meta/recipes-extended/sysstat/sysstat.inc |3 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode

[OE-core] [PATCH 0/1] sysstat: backport a patch to fix a parallel building error

2013-06-30 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 2/2] strace: add configure options libaio and acl

2013-06-30 Thread Kang Kai
On 2013年06月29日 01:16, Paul Eggleton wrote: On Friday 21 June 2013 16:12:21 Kai Kang wrote: Add strace configure options libaio and acl to enable or disable build with them. Then PACKAGECONFIG can be used to handle dependency. Set libaio as a default feature of PACKAGECONFIG. ...

Re: [OE-core] [oe-commits] Chen Qi : busybox: add the ability to split the busybox binary

2013-06-30 Thread ChenQi
On 06/28/2013 07:56 PM, Martin Jansa wrote: On Tue, Jun 25, 2013 at 04:37:58PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: e5a1442819dfb74e86a6f69da008ba6908c8bbc7 URL:

[OE-core] [PATCH 0/3] Update uclibc to latest git and drop 0.9.33

2013-06-30 Thread Khem Raj
Tested booting on all supported qemu machines uclibc git is needed for supporting systemd reliably The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100) are available in

[OE-core] [PATCH 1/3] uclibc: Update to latest git/master version

2013-06-30 Thread Khem Raj
Use kernel cfg management infra to manage kconfig fragments. Add fragments for locale and obstrack and enable them by default Drop aplready applied patches Drop DP = -1 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-config.inc | 12

[OE-core] [PATCH 3/3] bison: Delete unused patch

2013-06-30 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-devtools/bison/bison/remove-gets.patch | 20 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-devtools/bison/bison/remove-gets.patch diff --git a/meta/recipes-devtools/bison/bison/remove-gets.patch

[OE-core] [meta-fsl-ppc][PATCH v3] linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4

2013-06-30 Thread Zhenhua Luo
1.Update kernel version to 3.8. 2.add DEPENDS libgcc and append TOOLCHAIN_OPTIONS to KERNEL_{CC,LD}. kernel in sdk 1.4 need run-time support libraries 'libgcc.a', added in file arch/powerpc/Makefile: LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) Without passing the

Re: [OE-core] [meta-fsl-ppc][PATCH v3] linux-qoriq-sdk(-headers): upgrade to the version of sdk-1.4

2013-06-30 Thread Luo Zhenhua-B19537
Sorry for sending to the wrong mailing list. Please ignore. Best Regards, Zhenhua -Original Message- From: Luo Zhenhua-B19537 Sent: Monday, July 01, 2013 1:51 PM To: openembedded-core@lists.openembedded.org Cc: Liu Ting-B28495; Guo Chunrong-B40290; Yu Zongchun-B40527; Luo