Re: [OE-core] [PATCH 2/2] qemu: add ptest sub-package

2015-08-01 Thread Richard Purdie
On Sun, 2015-08-02 at 01:35 +0800, Kai Kang wrote: > Add sub-package ptest for qemu. > [...] > diff --git a/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch > b/meta/recipes-devtools/qemu/qemu/add-ptest-in-makefile.patch > new file mode 100644 > index 000..2e79356 > --- /dev/null >

[OE-core] [PATCH 1/2] rt-tests: fix redo install error

2015-08-01 Thread Kai Kang
Currently gzip on host is used. If host gzip is provided by pigz, it fails to redo install that pigz can't handle the option after file name. When run command for target install in Makefile: gzip src/backfire/backfire.4 -c > OUTPUT_FILE File src/backfire/backfire.4 is zipped into backfire.4.gz bu

[OE-core] [PATCH 2/2] qemu: add ptest sub-package

2015-08-01 Thread Kai Kang
Add sub-package ptest for qemu. Signed-off-by: Kai Kang --- meta/recipes-devtools/qemu/qemu.inc| 16 +++- .../qemu/qemu/add-ptest-in-makefile.patch | 29 ++ meta/recipes-devtools/qemu/qemu/run-ptest | 8 ++ 3 files changed, 52 in

[OE-core] [PATCH 0/2] Fix rt-tests redo install error and add qemu ptest

2015-08-01 Thread Kai Kang
The following changes since commit a8bc06c3a001d89586f534c6411c3eeb2b106906: bitbake: bb.parse: properly error out on filesystem errors (2015-08-01 11:31:16 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/qemu-ptest http://git.yoctoproject.or

Re: [OE-core] [PATCH] boost: add python3 support

2015-08-01 Thread Dominic Sacré
On 2015-08-01 14:14, Andreas Müller wrote: > On Wed, Jul 22, 2015 at 10:21 AM, Andreas Müller > wrote: >> * Both - python/python3 - libs are build by adding 'python' to PACKAGECONFIG >> but are packed into separate packages >> * Indention was wrong in __anonymous() >> >> Signed-off-by: Andreas M

[OE-core] Patch process and current build status

2015-08-01 Thread Richard Purdie
On Sat, 2015-08-01 at 14:14 +0200, Andreas Müller wrote: > Why do I get the feeling that most non guru patches need ping? So ping Sorry :/. Its perhaps worth seeing this from my side of the fence to at least understand why we're seeing delays. I (or Ross) end up pulling together a batch of patch

Re: [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-08-01 Thread Max Krummenacher
Hi Andreas Am Samstag, den 01.08.2015, 14:47 +0200 schrieb Andreas Müller: > > * /meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb, > > do_compile > ^ Had a short look into this: It is caused by update of libgphoto2. > Hope to find time this weekend. I did the same and have a bac

Re: [OE-core] State of bitbake world, Failed tasks 2015-07-29

2015-08-01 Thread Andreas Müller
On Thu, Jul 30, 2015 at 8:01 PM, Martin Jansa wrote: > === common (12) === > * /meta-openembedded/meta-efl/recipes-efl/efl/epdf_svn.bb, do_compile > * > /meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb, > do_configure > * /meta-openembedded/meta-gnome/

Re: [OE-core] [PATCH] boost: add python3 support

2015-08-01 Thread Andreas Müller
On Wed, Jul 22, 2015 at 10:21 AM, Andreas Müller wrote: > * Both - python/python3 - libs are build by adding 'python' to PACKAGECONFIG > but are packed into separate packages > * Indention was wrong in __anonymous() > > Signed-off-by: Andreas Müller > --- > meta/recipes-support/boost/boost.inc

[OE-core] [PATCH 1/4] libmpc: 1.0.2 -> 1.0.3

2015-08-01 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-support/libmpc/{libmpc_1.0.2.bb => libmpc_1.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libmpc/{libmpc_1.0.2.bb => libmpc_1.0.3.bb} (64%) diff --git a/meta/recipes-support/libmpc/libmpc_1.0.2.bb b/

[OE-core] [PATCH 3/4] kexec-tools: 2.0.9 -> 2.0.10

2015-08-01 Thread Richard Purdie
Drop patch merged upstream and part of x32 patch merged upstream. Refresh patches. Signed-off-by: Richard Purdie --- ...urgatory-Disabling-GCC-s-stack-protection.patch | 64 -- ...0002-powerpc-change-the-memory-size-limit.patch | 11 ++-- .../kexec/kexec-tools/kexec-aarch64.p

[OE-core] [PATCH 2/4] mpfr: 3.1.2 -> 3.1.3

2015-08-01 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../mpfr/{mpfr-3.1.2 => mpfr-3.1.3}/long-long-thumb.patch | 0 meta/recipes-support/mpfr/{mpfr_3.1.2.bb => mpfr_3.1.3.bb}| 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr-3.1.2 => mpfr-3.1.

[OE-core] [PATCH 4/4] python-scons: 2.3.4 -> 2.3.6

2015-08-01 Thread Richard Purdie
License copyright year changed. Signed-off-by: Richard Purdie --- .../{python-scons-native_2.3.4.bb => python-scons-native_2.3.6.bb} | 0 .../python/{python-scons_2.3.4.bb => python-scons_2.3.6.bb} | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtool