Re: [OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-18 Thread Mark Hatle
On 6/18/15 8:13 AM, Dmitry Eremin-Solenikov wrote: Currently MIPS64 N32 is broken. There is internal disagreement between TARGET_ARCH (which doesn't contain ABIEXTENSION) and TRANSLATED_TARGET_ARCH (which contains ABIEXTENSION). ABI is already encoded into the TARGET_OS. ARM tunes in the same

[OE-core] [PATCHv2 00/21] Update webkitgtk to latest stable upstream; replace midori with epiphany

2015-06-18 Thread Alexander Kanavin
This patch series updates webkitgtk to latest stable upstream release and replaces midori browser with epiphany. These patches should be applied on top of Jussi Kukkonen's gtk3 update to 3.16. Version 2 of the patchset fixes the commit messages and drops the patch intended for poky The

Re: [OE-core] [PATCH v3 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-18 Thread Stefan Herbrechtsmeier
Am 17.06.2015 um 16:47 schrieb Moritz Blume: On 11.06.2015 21:10, Stefan Herbrechtsmeier wrote: Am 10.06.2015 um 09:36 schrieb Moritz Blume: Patches qt4-fail-silent.patch and support-oe-qt4-tools-names.patch were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 05:59 PM, Jussi Kukkonen wrote: 0.6 is the last release that supports GTK+2 and changing this might annoy people who are avoiding GTK+3 and are using some of the recipes in meta-oe that depend on libnotify. I believe the GTK dependency is only there for tests: Modifying the build

[OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-18 Thread Dmitry Eremin-Solenikov
Currently MIPS64 N32 is broken. There is internal disagreement between TARGET_ARCH (which doesn't contain ABIEXTENSION) and TRANSLATED_TARGET_ARCH (which contains ABIEXTENSION). ABI is already encoded into the TARGET_OS. ARM tunes in the same situation override neither the TARGET_ARCH nor the

[OE-core] [PATCH 3/3] cross.bbclass: override MULTIMACH_TARGET_SYS

2015-06-18 Thread Dmitry Eremin-Solenikov
Cross packages are built for BUILD_VENDOR/BUILD_OS, rather than TARGET_VENDOR/TARGET_OS. E.g. there is no point in hardcoding the target's LIBCEXTENSION and ABIEXTENSION into the STAMPDIR/WORKDIR variables (set using MULTIMACH_TARGET_SYS). Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [PATCH 2/3] packagegroups-cross-canadian: don't override TRANSLATED_TARGET_ARCH

2015-06-18 Thread Dmitry Eremin-Solenikov
There is no point in overriding TRANSLATED_TARGET_ARCH in packagegroups-cross-canadian recipe. The cross-canadian class sets the PACKAGE_ARCH variable, thus allarch class (inherited through packagegroup class) doesn't change variables. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 06:05 PM, Andreas Müller wrote: I think I have seen this recipe somewhere.. A note would have been nice Yes, I'll add a note for recipes picked from meta-gnome. Alex -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Alexander Kanavin
On 06/18/2015 03:35 PM, Andreas Müller wrote: I think gtk3 is not the problem here it is the API change libnotify 0.6 - 0.7 which cannot (or only by ugly hacks) be installed parallel. Do we know what happens to meta-gnome/meta-xfce? The packages in meta-gnome that fail because of new

Re: [OE-core] Having Yocto Sandbox information on target in any form

2015-06-18 Thread Paul Eggleton
Hi Gaurang, On Thursday 18 June 2015 01:40:14 Gaurang Shastri wrote: I am trying to figure out in existing Yocto/OE , is there any way on target, i will get my build path information: Ex,. # cat /etc/yocto_version (on target): == Yocto_SDK=1.8

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Martin Jansa
On Thu, Jun 18, 2015 at 02:35:20PM +0200, Andreas Müller wrote: On Thu, Jun 18, 2015 at 1:23 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/17/2015 05:59 PM, Jussi Kukkonen wrote: 0.6 is the last release that supports GTK+2 and changing this might annoy people who

[OE-core] [PATCHv2 07/21] libyaml: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
libyaml is a dependency of ruby Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/libyaml/libyaml_0.1.6.bb | 20 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-support/libyaml/libyaml_0.1.6.bb diff --git

[OE-core] [PATCHv2 04/21] jpeg: update to version 9a

2015-06-18 Thread Alexander Kanavin
Previous webkit version was blocking this; latest webkit works fine. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 1070 .../jpeg/jpeg-8d/fix_for_automake_1.12.1.patch | 44 -

[OE-core] [PATCHv2 05/21] libnotify: update to version 0.7.6

2015-06-18 Thread Alexander Kanavin
New webkit requires at least version 0.7 Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/libnotify/libnotify_0.6.0.bb | 21 - meta/recipes-gnome/libnotify/libnotify_0.7.6.bb | 12 2 files changed, 12 insertions(+), 21

[OE-core] [PATCHv2 02/21] harfbuzz: enable icu feature

2015-06-18 Thread Alexander Kanavin
This is required to build latest webkitgtk Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.40.bb

[OE-core] [PATCHv2 03/21] classes/cmake: add arch conversion routine

2015-06-18 Thread Alexander Kanavin
cmake expects target architecture strings in the format of uname(2), which do not always match TARGET_ARCH (e.g. powerpc vs ppc). Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/classes/cmake.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-)

Re: [OE-core] [PATCH 09/22] Add a recipe for libsecret

2015-06-18 Thread Alexander Kanavin
On 06/17/2015 09:54 PM, akuster808 wrote: it is in meta-openembedded/meta-gnome per layer index. So is this part of move from one layer another task? Move and version update. Every single recipe I've taken from meta-oe was out-of-date :( I take once accepted, the removal patches will be

[OE-core] [PATCHv2 20/21] webkit-gtk: remove the recipe for the obsolete version 1.8.3

2015-06-18 Thread Alexander Kanavin
webkitgtk 2.8.3 is provided instead and midori browser is replaced by epiphany in separate commits. Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/conf/distro/include/security_flags.inc| 2 - meta/recipes-sato/webkit/files/bison-2.6.patch | 558

[OE-core] [PATCHv2 13/21] gcr: add a recipe from meta-gnome

2015-06-18 Thread Alexander Kanavin
gcr is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-gnome/gcr/gcr_3.16.0.bb diff --git

[OE-core] [PATCHv2 12/21] p11-kit: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
p11-kit is a dependency of gcr (which is a dependency of epiphany) Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/p11-kit/p11-kit_0.22.1.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644

[OE-core] [PATCHv2 14/21] iso-codes: add a recipe from meta-oe

2015-06-18 Thread Alexander Kanavin
iso-codes is a dependency of epiphany Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-support/iso-codes/iso-codes_3.58.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.58.bb diff --git

[OE-core] [PATCHv2 21/21] midori: remove the recipe and replace references to midori with epiphany

2015-06-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- .../packagegroups/packagegroup-self-hosted.bb | 10 +++ .../builder/files/builder_hob_start.sh | 8 +++--- meta/recipes-sato/midori/midori/liststore.patch| 29

[OE-core] [PATCHv2 11/21] webkitgtk: add a new recipe for version 2.8.3

2015-06-18 Thread Alexander Kanavin
Recipe for webkit-gtk 1.8.3 is removed in a separate commit Signed-off-by: Alexander Kanavin alexander.kana...@linux.intel.com --- meta/recipes-sato/webkit/webkitgtk_2.8.3.bb | 58 + 1 file changed, 58 insertions(+) create mode 100644

[OE-core] [RFC PATCH] data_smart: Drop expand parameter default

2015-06-18 Thread Richard Purdie
Rather than just d.getVar(X), force the use of the more explict d.getVar(X, False) since at some point in the future, having the default of expansion would be nice. This is the first step towards that. Layers can update to this calling convention with a command along the lines of: sed -e

Re: [OE-core] [PATCH 05/22] Update libnotify to version 0.7.6

2015-06-18 Thread Andreas Müller
On Thu, Jun 18, 2015 at 3:16 PM, Alexander Kanavin alexander.kana...@linux.intel.com wrote: On 06/18/2015 03:35 PM, Andreas Müller wrote: I think gtk3 is not the problem here it is the API change libnotify 0.6 - 0.7 which cannot (or only by ugly hacks) be installed parallel. Do we know what

Re: [OE-core] [PATCH 2/3] gnutls: update to 3.4.1

2015-06-18 Thread akuster808
Ross, I could not reproduce these warnings but found a configure option to build without libidn so I added that in my last submit. Thanks again, kind regards, Armin On 06/15/2015 03:13 AM, Burton, Ross wrote: So this happens: WARNING: QA Issue: gnutls-openssl rdepends on libidn, but it

Re: [OE-core] [PATCH V2] openssl: fix building on x32 systems

2015-06-18 Thread Iorga, Cristian
Ping. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Iorga, Cristian Sent: Tuesday, June 16, 2015 12:34 AM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH V2]

Re: [OE-core] [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification.

2015-06-18 Thread Lei, Maohui
ping -Original Message- From: Lei, Maohui Sent: Wednesday, June 10, 2015 6:09 PM To: openembedded-core@lists.openembedded.org Cc: Lei, Maohui Subject: [PATCH v4 0/3] These patches aim to make the spdx file be compliant with the SPDX 1.2 Specification. Those patches aim to

Re: [OE-core] [bitbake-devel] [RFC PATCH] data_smart: Drop expand parameter default

2015-06-18 Thread Robert Yang
On 06/18/2015 10:17 PM, Richard Purdie wrote: Rather than just d.getVar(X), force the use of the more explict d.getVar(X, False) since at some point in the future, having the default of expansion would be nice. This is the first step towards that. Did you mean that in the future:

Re: [OE-core] [PATCH 1/1] copyleft_filter.bbclass: Allow to filter on name

2015-06-18 Thread Mariano Lopez
ping On 06/09/2015 07:46 AM, mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com The archiver uses a license based filter to provide the source code. This patch allows to search on name based on two new variables (COPYLEFT_PN_INCLUDE, COPYLEFT_PN_EXCLUDE).

Re: [OE-core] [PATCH] terminal.py: Allow devshell/menuconfig on recent gnome-terminal

2015-06-18 Thread Leonardo Sandoval
ping On 06/02/2015 02:54 PM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Recent versions of gnome-terminal does not support non-UTF8 charset: https://bugzilla.gnome.org/show_bug.cgi?id=732127 as a result, devshell and

[OE-core] [PATCH] Revert wpa-supplicant: Make SystemD D-Bus config conditional

2015-06-18 Thread Otavio Salvador
The D-Bus config is not SystemD specific. It is required for the D-Bus communication to be operational. This reverts commit OE-Core:e658ee16. Fixes [YOCTO: #7769] Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | 5 ++--- 1

[OE-core] [yocto][meta-qt5] bitbake meta-toolchain-qt5 FAILED on Debian 8.1

2015-06-18 Thread joël maranhão
Hello there Trying to build my Qt5 toolchain for Raspberry Pi2 on Yocto fido branch (first timer). Followed this brilliant tutorial http://www.embarcados.com.br/raspberry-pi-2-qt5-yocto-parte-1/ and http://www.embarcados.com.br/raspberry-pi-2-qt5-yocto-parte-2/ about the building the toolchain.

Re: [OE-core] [for-fido] Valgrind fixes backporting

2015-06-18 Thread Joshua Lock
On 17/06/15 17:52, Otavio Salvador wrote: Hello folks, There are two patches which should be backported for fido: OE-Core: 53afa26655d0b5f75ef2dd6bccef76281a14655c OE-Core: 2fb0edcb47a14e47780d545f60885b36e71fca71 This fixes the build issues some customers has been experiencing in Valgrind

[OE-core] [PATCH v4 0/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-18 Thread Moritz Blume
In this revision I changed the which command, which was used in cmake.bbclass in order to find the compiler's full path, to command -v, which is more portable. Moritz Blume (2): cmake: Whitespace fix cmake: Upgrade 2.8.12.2 - 3.2.2 meta/classes/cmake.bbclass | 10

[OE-core] [PATCH v4 2/2] cmake: Upgrade 2.8.12.2 - 3.2.2

2015-06-18 Thread Moritz Blume
Patches qt4-fail-silent.patch and support-oe-qt4-tools-names.patch were adapted in order to fit to CMake 3.2.2 (refer to the commit message in the respective patch for details). Patch cmake-2.8.11.2-FindFreetype.patch was dropped since it was rejected upstream and its functionality otherwise

[OE-core] [PATCH v4 1/2] cmake: Whitespace fix

2015-06-18 Thread Moritz Blume
Signed-off-by: Moritz Blume moritz.bl...@bmw-carit.de --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 3549c38..1ebb936 100644 --- a/meta/classes/cmake.bbclass +++

Re: [OE-core] KCONF_AUDIT_LEVEL + kernel_configcheck

2015-06-18 Thread Patrick Ohly
On Tue, 2015-06-16 at 09:48 -0400, Bruce Ashfield wrote: On 2015-06-16 04:06 AM, Patrick Ohly wrote: I cannot say how much noise it would create in practice, but at least I had one specific case where I was using a non-hardware configuration not supported by the kernel and would have

Re: [OE-core] [PATCH 0/2] gtk+/cairo/libsdl: build without x11 in DISTRO_FEATURE

2015-06-18 Thread Robert Yang
Hello, Any comments on these two patches, please ? // Robert On 06/03/2015 04:38 PM, Robert Yang wrote: Hello, After the two patches, yocto's world build would be OK without x11 in DISTRO_FEATURE. // Robert The following changes since commit 968973d55d4b33e1a929ed4cdf9387fcaba2d93f:

[OE-core] [PATCH] grub-efi: Allow to use file name different from grub.cfg in GRUBCFG

2015-06-18 Thread Nicolas Guyomard
To generate a same image both in live image type and boot-directdisk image type and make boot-direct image boot directly on the rootfs partition without using an initramfs we need to have the ability to generate several grub.cfg files. Signed-off-by: Nicolas Guyomard

[OE-core] [oe-core][PATCH 1/2] libmpc: move 'LICENSE' into version specified recipe

2015-06-18 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta/recipes-support/libmpc/libmpc.inc | 1 - meta/recipes-support/libmpc/libmpc_1.0.2.bb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libmpc/libmpc.inc b/meta/recipes-support/libmpc/libmpc.inc

[OE-core] [oe-core][PATCH 2/2] libmpc: add libmpc-0.2 which is a GPLv2 version

2015-06-18 Thread Bian Naimeng
same as other recipe such as bash, we should provide both GPLv3 and !GPLv3 recipe Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../libmpc-0.9/libmpc_fix_for_automake-1.12.patch | 26 ++ meta/recipes-support/libmpc/libmpc_0.9.bb | 16 + 2 files

[OE-core] [oe-core][PATCH 0/2] libmpc: add a GPLv2 recipe

2015-06-18 Thread Bian Naimeng
Same as other recipe such as bash, we should provide both GPLv3 and !GPLv3 recipe Bian Naimeng (2): libmpc: move 'LICENSE' into version specified recipe libmpc: add a GPLv2 recipe .../libmpc-0.9/libmpc_fix_for_automake-1.12.patch | 26 ++

Re: [OE-core] [oe-core][PATCH 0/2] libmpc: add a GPLv2 recipe

2015-06-18 Thread Richard Purdie
On Thu, 2015-06-18 at 15:24 +0800, Bian Naimeng wrote: Same as other recipe such as bash, we should provide both GPLv3 and !GPLv3 recipe libmpc is not really the same class of recipe as bash. Its mainly used by gcc and we don't have GPLv2 versions of gcc so this doesn't make much sense. Why

[OE-core] [PATCH 1/1] qemu: backport patches to fix CVE issues

2015-06-18 Thread Kai Kang
Backport patches to fix CVE-2015-4103, CVE-2015-4104, CVE-2015-4105 and CVE-2015-4106. These patches are from debian, but they are originally from: http://git.qemu.org/?p=qemu.git;a=shortlog;h=c25bbf1 Signed-off-by: Kai Kang kai.k...@windriver.com ---

[OE-core] [PATCH 0/1] Backport patches of qemu to fix CVE issues

2015-06-18 Thread Kai Kang
The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7: bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/qemu

[OE-core] [PATCH] piglit: fix floating dependence on freeglut

2015-06-18 Thread rongqing.li
From: Roy Li rongqing...@windriver.com cmake can not handle ifdef and make floating dependence on freeglut_ext.h when make_depend, so remove to include freeglut_ext.h from header file if freegult is not in PACKAGECONFIG to fix this issue Signed-off-by: Roy Li rongqing...@windriver.com ---

Re: [OE-core] [PATCH][v4] mmc-utils: fix the building failure when DEBUG_BUILD is 1

2015-06-18 Thread Rongqing Li
ping -R On 2015年06月03日 09:24, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com AM_CFLAGS in Makefile includes -D_FORTIFY_SOURCE=2 which will lead to building failure when DEBUG_BUILD is 1. Cancel the definition of _FORTIFY_SOURCE by passing -U_FORTIFY_SOURCE via CFLAGS