Re: [OE-core] [PATCH] python3: correct the multilib support patch

2016-06-28 Thread Richard Purdie
On Wed, 2016-06-29 at 11:12 +0800, Li Zhou wrote: > When python3 rebased its multilib patch, the hard coded "lib" path > isn't really changed because of the rebasing's error, and cause > phthon3's failure when running on 64bit platforms as below: > Could not find platform independent libraries > C

Re: [OE-core] [PATCH 0/1]l3afpad: Use distro_features_check for gtk+3

2016-06-28 Thread Hongxu Jia
This fix is duplicated with Joe Slater's "l3afpad: add check for GTK3DISTROFEATURES" Please drop this one. //Hongxu On 2016年06月29日 11:26, Hongxu Jia wrote: The following changes since commit 13eb4a832b533f84001fca8be960ad1e58fc823f: gst-player: upgrade to latest HEAD (2016-06-27 14:08:43

[OE-core] [PATCH 0/1]l3afpad: Use distro_features_check for gtk+3

2016-06-28 Thread Hongxu Jia
The following changes since commit 13eb4a832b533f84001fca8be960ad1e58fc823f: gst-player: upgrade to latest HEAD (2016-06-27 14:08:43 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib hongxu/fix-l3afpad http://cgit.openembedded.org/cgit.cgi

[OE-core] [PATCH 1/1] l3afpad: Use distro_features_check for gtk+3

2016-06-28 Thread Hongxu Jia
Since l3afpad depends gtk+3, use distro_features_check to fix bitbake world dependency problems while DISTRO_FEATURES_remove = "x11" Signed-off-by: Hongxu Jia --- meta/recipes-sato/l3afpad/l3afpad_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-sato/l3afpad/l3afpad_git

[OE-core] [PATCH 0/2] Fix building the eSDK with "live" in IMAGE_FSTYPES

2016-06-28 Thread Paul Eggleton
The following changes since commit 646c366c2566bd8dd6f73681cea9f5b021589a56: gst-player: upgrade to latest HEAD (2016-06-27 14:08:37 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/esdk-initramfs-fixes http://cgit.openembedded.org

[OE-core] [PATCH 2/2] classes/populate_sdk_ext: exclude initramfs images from locked signatures

2016-06-28 Thread Paul Eggleton
Tasks for image recipes cannot be locked - there's nothing to restore from shared state to cover them and as a result, if you had "live" in IMAGE_FSTYPES the build would fail with "taskhash mismatch" errors for do_rootfs and do_image_complete for the initramfs image recipe, since it had to try to r

[OE-core] [PATCH 1/2] classes/populate_sdk_ext: ensure tasks to build the image are included

2016-06-28 Thread Paul Eggleton
If you build an extensible SDK for an image and IMAGE_FSTYPES includes "live" then the extensible SDK will fail to install with a bunch of unexpected task execution errors, matching the missing items required to build the live image. The issue was we were still depending on do_rootfs rather than do

[OE-core] [PATCH] python3: correct the multilib support patch

2016-06-28 Thread Li Zhou
When python3 rebased its multilib patch, the hard coded "lib" path isn't really changed because of the rebasing's error, and cause phthon3's failure when running on 64bit platforms as below: Could not find platform independent libraries Could not find platform dependent libraries Consider setting

[OE-core] [PATCH 1/2] recipetool: create: avoid decoding errors with Python 3

2016-06-28 Thread Paul Eggleton
We're opening source files with the default encoding (utf-8) but we can't necessarily be sure that they are UTF-8 clean - for example, recipetool create ftp://mama.indstate.edu/linux/tree/tree-1.7.0.tgz prior to this patch resulted in a UnicodeDecodeError. Use the "surrogateescape" mode to avoid th

[OE-core] [PATCH 2/2] recipetool: create: drop unused convert_pkginfo() function

2016-06-28 Thread Paul Eggleton
Code cleanup, no functional changes - this code was never used. Signed-off-by: Paul Eggleton --- scripts/lib/recipetool/create.py | 29 - 1 file changed, 29 deletions(-) diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 042e700..4

[OE-core] [PATCH 0/2] A couple of fixes for recipetool

2016-06-28 Thread Paul Eggleton
The following changes since commit 646c366c2566bd8dd6f73681cea9f5b021589a56: gst-player: upgrade to latest HEAD (2016-06-27 14:08:37 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/recipetool-fixes3 http://cgit.openembedded.org/cgi

[OE-core] [PATCH 0/1] Drop left-over RPM4 example

2016-06-28 Thread Paul Eggleton
The following changes since commit 646c366c2566bd8dd6f73681cea9f5b021589a56: gst-player: upgrade to latest HEAD (2016-06-27 14:08:37 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/rpm4-remove http://cgit.openembedded.org/cgit.cgi/

[OE-core] [PATCH 1/1] local.conf.sample.extended: drop RPM4 example

2016-06-28 Thread Paul Eggleton
We don't have RPM4 support anymore, so there's no point including this. Signed-off-by: Paul Eggleton --- meta/conf/local.conf.sample.extended | 10 -- 1 file changed, 10 deletions(-) diff --git a/meta/conf/local.conf.sample.extended b/meta/conf/local.conf.sample.extended index a95703d.

Re: [OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-28 Thread Paul Eggleton
Hi Andre, On Tue, 28 Jun 2016 15:53:24 Andre McCurdy wrote: > The following works in OE 2.0, but fails in 2.1 and master: > > python () { > d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";) > } > > SRC_URI = "${SRC_URI_FOO}" > > > Is it a regression or was something like that neve

Re: [OE-core] question about security_flags.inc

2016-06-28 Thread Bian, Naimeng
> On Sun, Jun 26, 2016 at 8:41 PM, Bian, Naimeng wrote: > > Hi > > > > The settings as following in > > meta/conf/distro/include/security_flags.inc were added in 2013, > > - > > # These 2 have text relco errors with the pie options e

[OE-core] Setting SRC_URI via anonymous Python fails in OE 2.1

2016-06-28 Thread Andre McCurdy
The following works in OE 2.0, but fails in 2.1 and master: python () { d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz";) } SRC_URI = "${SRC_URI_FOO}" Is it a regression or was something like that never intended to work? -- ___ Openembed

[OE-core] Mercurial Fetcher and Autorev

2016-06-28 Thread roy_garrard
Hey y'all, I'm having a bit of trouble using the AUTOREV variable with the hg fetcher. I brought up the issue on StackOverflow and was pointed this way. The Yocto mega manual states that only Subversion, Git, and Bazaar support AUTOREV (5.21). But the code itself has a function called supports

[OE-core] [oe-core][PATCH 1/1] l3afpad: add check for GTK3DISTROFEATURES

2016-06-28 Thread Joe Slater
We want world builds without GTK3DISTROFEATURES to work. Signed-off-by: Joe Slater --- meta/recipes-sato/l3afpad/l3afpad_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/l3afpad/l3afpad_git.bb b/meta/recipes-sato/l3afpad/l3afpad_git.bb index 1e7c82f..ccfda26 100

Re: [OE-core] [PATCH] runqemu: Avoid duplicating custom QEMU options for AArch64

2016-06-28 Thread Otavio Salvador
On Tue, Jun 28, 2016 at 12:12 PM, Otavio Salvador wrote: > When detecting the second serial availability we shouldn't append the > custom QEMU options otherwise we will end duplicating those. > > Signed-off-by: Otavio Salvador Please hold this patch; we found another problem and we will send a v

[OE-core] [PATCH] runqemu: Avoid duplicating custom QEMU options for AArch64

2016-06-28 Thread Otavio Salvador
When detecting the second serial availability we shouldn't append the custom QEMU options otherwise we will end duplicating those. Signed-off-by: Otavio Salvador --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runqemu-internal b/scripts/r

Re: [OE-core] [PATCH] security_flags.inc: libidn fails to build w/ -Wformat-security

2016-06-28 Thread André Draszik
On Mo, 2016-06-27 at 12:42 +0300, Alexander Kanavin wrote: > On 06/27/2016 12:10 PM, Burton, Ross wrote: > > ../../libidn-1.32/src/idn.c: In function 'main': > > ../../libidn-1.32/src/idn.c:172:7: error: format not a string > > literal and no format arguments [-Werror=format-security] >

[OE-core] [PATCH] libidn: add patch to build w/ -Wformat-security

2016-06-28 Thread André Draszik
From: André Draszik While the file in question is a command line utility only, let's be clean and still fix it. Signed-off-by: André Draszik --- ...1-idn-fix-printf-format-security-warnings.patch | 181 + meta/recipes-extended/libidn/libidn_1.32.bb| 1 + 2 files c

[OE-core] [PATCH 06/10] gnutls: update to 3.5.1

2016-06-28 Thread Alexander Kanavin
Remove no longer supported --disable-crywrap option. Add a checksum for the LICENSE file with licensing overview. Signed-off-by: Alexander Kanavin --- meta/recipes-support/gnutls/gnutls.inc| 6 +++--- meta/recipes-support/gnutls/{gnutls_3.4.11.bb => gnutls_3.5.1.bb} |

[OE-core] [PATCH 08/10] mpg123: update to 1.23.5

2016-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/mpg123/{mpg123_1.23.4.bb => mpg123_1.23.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.23.4.bb => mpg123_1.23.5.bb} (95%) diff --git a/meta/recipes-multimedia/mpg123/mp

[OE-core] [PATCH 09/10] nss: update to 3.24

2016-06-28 Thread Alexander Kanavin
Drop merged 0001-Fix-build-failure-on-opensuse-13.1.patch Signed-off-by: Alexander Kanavin --- .../0001-Fix-build-failure-on-opensuse-13.1.patch | 27 -- .../nss/{nss_3.23.bb => nss_3.24.bb} | 7 +++--- 2 files changed, 3 insertions(+), 31 deletions(-) delete

[OE-core] [PATCH 07/10] btrfs-tools: update to 4.6.1

2016-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_4.5.3.bb => btrfs-tools_4.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.5.3.bb => btrfs-tools_4.6.1.bb} (94%) diff --git a/meta/recipes-devtools/bt

[OE-core] [PATCH 05/10] bash-completion: update to 2.3

2016-06-28 Thread Alexander Kanavin
Drop files that are no longer present upstream. Package cmake modules. Signed-off-by: Alexander Kanavin --- .../{bash-completion_2.1.bb => bash-completion_2.3.bb} | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) rename meta/recipes-support/bash-completion/{bash-completi

[OE-core] [PATCH 10/10] vala: update to 0.32.1

2016-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.30.1.bb => vala_0.32.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.30.1.bb => vala_0.32.1.bb} (56%) diff --git a/meta/recipes-devtools/vala/vala_0.30.1.bb b/meta/

[OE-core] [PATCH 04/10] babeltrace: update to 1.4.0

2016-06-28 Thread Alexander Kanavin
Switch to using tarballs for upstream releases. Drop merged patches. Add a --disable-debug-info parameter to ./configure, as it otherwise attempts to execute a small test binary. If this (new) feature is truly needed, we can set up a qemu wrapper later, or patch autoconf macros. Signed-off-by: A

[OE-core] [PATCH 03/10] libarchive: update to 3.2.1

2016-06-28 Thread Alexander Kanavin
Drop merged 0001-configure.ac-check-acl-libacl.h-and-sys-acl.h-based-.patch Signed-off-by: Alexander Kanavin --- ...c-check-acl-libacl.h-and-sys-acl.h-based-.patch | 66 -- .../{libarchive_3.2.0.bb => libarchive_3.2.1.bb} | 5 +- 2 files changed, 2 insertions(+), 69 deleti

[OE-core] [PATCH 02/10] ffmpeg: update to 3.1

2016-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.0.2.bb => ffmpeg_3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.0.2.bb => ffmpeg_3.1.bb} (97%) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.

[OE-core] [PATCH 01/10] bdwgc: update to 7.4.4

2016-06-28 Thread Alexander Kanavin
Drop 0001-fix-build-with-musl.patch, the problem is fixed upstream. Signed-off-by: Alexander Kanavin --- .../bdwgc/bdwgc/0001-fix-build-with-musl.patch | 35 -- .../bdwgc/{bdwgc_7.4.2.bb => bdwgc_7.4.4.bb} | 3 +- 2 files changed, 1 insertion(+), 37 deletions(-) d

[OE-core] [oe-core][PATCH] tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile

2016-06-28 Thread Zhenhua Luo
Currently the -mcpu parameter is not passed to cross gcc when assembling kernel .S file, the implicit -mcpu option that defaults to the latest server cpu might casuse incorrect assembling. A existent case is that wait instruction of ppce500mc is incorrectly assembled to power9 version with default