[OE-core] [PATCH] python-native: disable user site support

2014-08-13 Thread Yasir Khan
From: Yasir-Khan yasir_k...@mentor.com The user site-packages gets inserted into sys.path ahead of the system site directories, so a site package installed there will be used in preference to what's in our sysroot, causing less deterministic builds, and potential build breakage, depending on what

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-13 Thread ChenQi
On 08/11/2014 07:59 PM, Martin Jansa wrote: On Thu, Jul 31, 2014 at 04:08:05PM +0800, Chen Qi wrote: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Backport two patches to fix compilation problem for qemuppc.

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-13 Thread ChenQi
On 08/01/2014 05:43 PM, Koen Kooi wrote: Op 31 jul. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Backport two patches to fix compilation problem for qemuppc.

[OE-core] [PATCH] prelink: apply patch for ARM IFUNC support

2014-08-13 Thread Yasir Khan
From: Yasir-Khan yasir_k...@mentor.com From Julian Brown, see http://sourcery.sje.mentorg.com/pipermail/gnu-arm-releases/2014-April/015072.html. Signed-off-by: Christopher Larson kerg...@gmail.com Signed-off-by: Yasir-Khan yasir_k...@mentor.com --- .../prelink/prelink/arm-ifunc.patch

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-13 Thread Koen Kooi
Op 13 aug. 2014, om 09:10 heeft ChenQi qi.c...@windriver.com het volgende geschreven: On 08/01/2014 05:43 PM, Koen Kooi wrote: Op 31 jul. 2014, om 10:08 heeft Chen Qi qi.c...@windriver.com het volgende geschreven: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed

[OE-core] [PATCH 1/3] curl: add zlib PACKAGECONFIG and remove hardcoded DEPENDS

2014-08-13 Thread Andre McCurdy
Add a zlib PACKAGECONFIG control and update PACKAGECONFIG[ssl] to include the openssl dependency. Older hardcoded DEPENDS can then be removed. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-support/curl/curl_7.37.1.bb | 21 + 1 file changed, 9

[OE-core] [PATCH 2/3] curl: let configure find gnutls via pkg-config

2014-08-13 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-support/curl/curl_7.37.1.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb index e51e06d..4b7f9ec 100644 ---

[OE-core] [PATCH 3/3] curl: --with-random is only applicable with openssl

2014-08-13 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-support/curl/curl_7.37.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/curl/curl_7.37.1.bb b/meta/recipes-support/curl/curl_7.37.1.bb index 4b7f9ec..8bcd9ba 100644 ---

Re: [OE-core] [PATCH 0/1 V2] insane.bbclass: add QA check: file-rdeps

2014-08-13 Thread Robert Yang
Talked with RP, we need check all the deps on the dependencies chain, I will update it sooner. // Robert On 08/11/2014 10:09 PM, Robert Yang wrote: * Changes of V2: Refer build-deps to check all the files' rdepends rather than only check bash, perl and python as RP suggested. Next: *

[OE-core] [PATCH 2/2] gzip: set CONFIG_SHELL to /bin/sh

2014-08-13 Thread Robert Yang
It would be bash, sh, ksh or sh5 according to the host if we don't set this, and its scripts don't have bashism as the checkbashisms shows. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/gzip/gzip.inc |2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 1/2] xz: set CONFIG_SHELL to /bin/sh

2014-08-13 Thread Robert Yang
It would be bash, sh, ksh or sh5 according to the host if we don't set this, and its scripts don't have bashism as the checkbashisms shows. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/xz/xz_5.1.3alpha.bb |2 ++ 1 file changed, 2 insertions(+) diff --git

[OE-core] [PATCH 0/2] Set CONFIG_SHELL for xz and gzip

2014-08-13 Thread Robert Yang
The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39: SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bash

[OE-core] [PATCH 1/1] python-pygtk: fix native python path

2014-08-13 Thread Robert Yang
Fixed: 1) Set IMAGE_INSTALL_append = python-pygtk-demo in local.conf 2) $ bitbake core-image-minimal [snip] Computing transaction...error: Can't install python-pygtk-demo-2.24.0-r1@core2_64: no package provides /usr/bin/python-native/python [snip] Signed-off-by: Robert Yang

[OE-core] [PATCH 0/1] python-pygtk: fix native python path

2014-08-13 Thread Robert Yang
The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39: SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts (2014-08-11 17:44:09 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pygtk

[OE-core] [PATCH] autoconf: add rdep on perl-module-data-dumper

2014-08-13 Thread Shrikant Bobade
From: Shrikant Bobade shrikant_bob...@mentor.com This patch adds rdepends on perl-module-data-dumper for autoconf. Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Shrikant Bobade shrikant_bob...@mentor.com --- meta/recipes-devtools/autoconf/autoconf.inc |1 + 1 file

Re: [OE-core] Autotools and foreign

2014-08-13 Thread Burton, Ross
On 13 August 2014 06:13, Mike Looijmans mike.looijm...@topic.nl wrote: That might be the case if said upstream people actually still existed. Most of these packages have since long been abandoned. That's generally where the problems are - packages that expect autotools from ten years ago. So

[OE-core] Two distros with same MACHINE

2014-08-13 Thread Yevhen Kyriukha
I have 2 distro configs that use different PACKAGECONFIG settings for the same package. I'm building all distros for single MACHINE. Do I need to set different TMPDIR to build these two distros or I can use same dir? -- ___ Openembedded-core mailing

Re: [OE-core] Two distros with same MACHINE

2014-08-13 Thread Nicolas Dechesne
On Wed, Aug 13, 2014 at 12:46 PM, Yevhen Kyriukha kirg...@gmail.com wrote: I have 2 distro configs that use different PACKAGECONFIG settings for the same package. I'm building all distros for single MACHINE. Do I need to set different TMPDIR to build these two distros or I can use same dir?

Re: [OE-core] Two distros with same MACHINE

2014-08-13 Thread Yevhen Kyriukha
13 Авг 2014 г. 13:51 пользователь Nicolas Dechesne nicolas.deche...@linaro.org написал: On Wed, Aug 13, 2014 at 12:46 PM, Yevhen Kyriukha kirg...@gmail.com wrote: I have 2 distro configs that use different PACKAGECONFIG settings for the same package. I'm building all distros for single

Re: [OE-core] Two distros with same MACHINE

2014-08-13 Thread Martin Jansa
On Wed, Aug 13, 2014 at 02:09:36PM +0300, Yevhen Kyriukha wrote: 13 Авг 2014 г. 13:51 пользователь Nicolas Dechesne nicolas.deche...@linaro.org написал: On Wed, Aug 13, 2014 at 12:46 PM, Yevhen Kyriukha kirg...@gmail.com wrote: I have 2 distro configs that use different PACKAGECONFIG

[OE-core] [oe-core][PATCH 0/2] OVMF recipe

2014-08-13 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com This is v2 of the OVMF recipe patch. This version addresses some of the comments from Martin Jansa on style, as documented in the openembedded styleguide. Additionally, iasl is a dependency of OVMF but no iasl recipe currently exists in oe-core so one is

[OE-core] [oe-core][PATCH v2 2/2] recipes-devtools: Add OVMF recipe

2014-08-13 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com The EDK2 project provides a UEFI firmware image for Qemu. Import the OVMF recipe from the meta-luv layer. Partial solution for [YOCTO #5654] Cc: Max Eliaser max.elia...@intel.com Cc: Darren Hart dvh...@linux.intel.com Cc: Ricardo Neri

[OE-core] [oe-core][PATCH 1/2] recipes-extended: Add iasl recipe

2014-08-13 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com Import the Intel ACPI toolchain from the meta-virtualization layer. Cc: Mihai Prica mihai.pr...@intel.com Cc: Raymond Danks ray.da...@se-eng.com Signed-off-by: Matt Fleming matt.flem...@intel.com --- meta/recipes-extended/iasl/iasl_20120215.bb | 27

Re: [OE-core] [oe-core][PATCH 1/2] recipes-extended: Add iasl recipe

2014-08-13 Thread Richard Purdie
On Wed, 2014-08-13 at 14:03 +0100, Matt Fleming wrote: +NATIVE_INSTALL_WORKS = 1 +BBCLASSEXTEND = native Please remove the NATIVE_INSTALL_WORKS, you don't need it! You're making me feel old, I remember why that was added (by me iirc), what it did and also removing it. Its never been needed with

Re: [OE-core] [oe-core][PATCH 1/2] recipes-extended: Add iasl recipe

2014-08-13 Thread Matt Fleming
On Wed, 13 Aug, at 02:17:16PM, Richard Purdie wrote: On Wed, 2014-08-13 at 14:03 +0100, Matt Fleming wrote: +NATIVE_INSTALL_WORKS = 1 +BBCLASSEXTEND = native Please remove the NATIVE_INSTALL_WORKS, you don't need it! You're making me feel old, I remember why that was added (by me iirc),

Re: [OE-core] [oe-core][PATCH 1/2] recipes-extended: Add iasl recipe

2014-08-13 Thread Martin Jansa
On Wed, Aug 13, 2014 at 02:03:42PM +0100, Matt Fleming wrote: From: Matt Fleming matt.flem...@intel.com Import the Intel ACPI toolchain from the meta-virtualization layer. Cc: Mihai Prica mihai.pr...@intel.com Cc: Raymond Danks ray.da...@se-eng.com Signed-off-by: Matt Fleming

[OE-core] [PATCH 2/2] consolekit: depend on glib-2.0-native

2014-08-13 Thread Yasir Khan
From: Yasir-Khan yasir_k...@mentor.com This is required for glib-gettextize. Signed-off-by: Christopher Larson kerg...@gmail.com Signed-off-by: Yasir-Khan yasir_k...@mentor.com --- .../recipes-support/consolekit/consolekit_0.4.6.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 1/2] consolekit: allow explicit enable/disable of polkit

2014-08-13 Thread Yasir Khan
From: Yasir-Khan yasir_k...@mentor.com Adds the configure option to enable/disable policykit. Signed-off-by: Christopher Larson kerg...@gmail.com Signed-off-by: Yasir-Khan yasir_k...@mentor.com --- .../consolekit/add-polkit-configure-argument.patch | 33

Re: [OE-core] [PATCH] prelink: apply patch for ARM IFUNC support

2014-08-13 Thread Mark Hatle
Just an FYI, this does not apply with the top of the tree cross-prelink. (I have attempted to apply it to the staging tree, but I'm unclear who the original author is of this..) The change has been made to the cross_prelink_staging branch, see:

[OE-core] [PATCH] prelink_git: Update to current head of cross-prelink development

2014-08-13 Thread Mark Hatle
Update to the current version of cross-prelink development: faa069deec99bf61418d0bab831c83d7c1b797ca This adds a number of minor features, such as S390 support (irrelevant) to ARM TLS DESC relocations. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH] tcmode-default.inc: Add eglibc-scripts and eglibc-mtrace

2014-08-13 Thread Mark Hatle
Add the specific scripts and mtrace versions to the preferred version list. Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/conf/distro/include/tcmode-default.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/tcmode-default.inc

Re: [OE-core] [PATCH V5 1/1] systemd: upgrade to 215

2014-08-13 Thread Martin Jansa
On Wed, Aug 13, 2014 at 03:00:41PM +0800, ChenQi wrote: On 08/11/2014 07:59 PM, Martin Jansa wrote: On Thu, Jul 31, 2014 at 04:08:05PM +0800, Chen Qi wrote: Upgrade systemd from 213 to 215. systemd-older-kernel.patch is removed as it's fixed in 215. Backport two patches to fix

[OE-core] [PATCH 1/1] libgcrypt: Do not remove m4 files so aggressively

2014-08-13 Thread Peter Kjellerstedt
Removing all m4 files in the m4 directory led to a number of non-fatal errors while running configure when the expected m4 macros could not be found. Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- meta/recipes-support/libgcrypt/libgcrypt.inc | 4 ++-- 1 file changed, 2

[OE-core] [PATCH 0/2] Avoid build-deps QA warnings

2014-08-13 Thread Peter Kjellerstedt
These changes avoids build-deps QA warnings for two recipes. //Peter The following changes since commit 6882d2d9993c8655a292c93e84ea01b4738a700d: yocto-project-qs, ref-manual: Added 'socat' package to essentials. (2014-08-12 13:50:32 +0100) are available in the git repository at:

[OE-core] [PATCH 3/3] glib-networking: Inherit gettext

2014-08-13 Thread Peter Kjellerstedt
Build fails otherwise if USE_NLS is set to no. Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/3] systemd: Inherit gettext

2014-08-13 Thread Peter Kjellerstedt
Build fails otherwise if USE_NLS is set to no. Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- meta/recipes-core/systemd/systemd_213.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_213.bb

[OE-core] [PATCH 2/3] libsoup-2.4: Inherit gettext

2014-08-13 Thread Peter Kjellerstedt
Build fails otherwise if USE_NLS is set to no. Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb

[OE-core] [PATCH 1/2] gdb: Add a dependency on zlib

2014-08-13 Thread Peter Kjellerstedt
This solves the following warning: WARNING: QA Issue: gdb rdepends on zlib, but it isn't a build dependency? [build-deps] Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- meta/recipes-devtools/gdb/gdb-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/1] Allow libgcrypt to configure again

2014-08-13 Thread Peter Kjellerstedt
We have had troubles building libgcrypt for a while. It turned out to be because needed m4 files were removed which caused autoreconf to fail. //Peter The following changes since commit 6882d2d9993c8655a292c93e84ea01b4738a700d: yocto-project-qs, ref-manual: Added 'socat' package to

[OE-core] [PATCH 1/1] python-scons-native: Make it useable if old host install exists

2014-08-13 Thread Peter Kjellerstedt
This was recently fixed to work on Fedora 17 if no scons is installed on the host by setting the PYTHONPATH to where BitBake has installed scons. However, if an older version of scons than 2.3.0 is installed, then it still breaks. This is due to how scons tries to determine its installation by

[OE-core] [PATCH 0/3] Fixes for building with USE_NLS=no

2014-08-13 Thread Peter Kjellerstedt
This adds missing inherit of gettext to three recipes that were discovered after we added USE_NLS = no to our distribution configuration. //Peter The following changes since commit 6882d2d9993c8655a292c93e84ea01b4738a700d: yocto-project-qs, ref-manual: Added 'socat' package to essentials.

[OE-core] [PATCH 2/2] gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev

2014-08-13 Thread Peter Kjellerstedt
This solves these floating dependencies: WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on libudev, but it isn't a build dependency? [build-deps] WARNING: QA Issue: gstreamer1.0-plugins-good-video4linux2 rdepends on libgudev-1.0, but it isn't a build dependency? [build-deps]

[OE-core] [PATCH 0/1] Fix for running scons with old host installation present

2014-08-13 Thread Peter Kjellerstedt
This makes scons useable if there is an older version than 2.3.0 installed on the host. //Peter The following changes since commit 6882d2d9993c8655a292c93e84ea01b4738a700d: yocto-project-qs, ref-manual: Added 'socat' package to essentials. (2014-08-12 13:50:32 +0100) are available in the

[OE-core] [PATCH 0/1] Update gstreamer1.0-rtsp-server to 1.4.0

2014-08-13 Thread Peter Kjellerstedt
This updates gstreamer1.0-rtsp-server to 1.4.0. I have no idea why this was not done when all the other GStreamer recipes were updated. //Peter The following changes since commit 6882d2d9993c8655a292c93e84ea01b4738a700d: yocto-project-qs, ref-manual: Added 'socat' package to essentials.

[OE-core] [PATCH 1/1] gstreamer1.0-rtsp-server: Upgrade to 1.4.0

2014-08-13 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com --- ...r1.0-rtsp-server_1.2.3.bb = gstreamer1.0-rtsp-server_1.4.0.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.2.3.bb =

Re: [OE-core] [oe-core][PATCH 1/2] recipes-extended: Add iasl recipe

2014-08-13 Thread Matt Fleming
On Wed, 13 Aug, at 03:45:11PM, Martin Jansa wrote: There is acpica-unix2 in meta-oe: meta-oe/recipes-extended/acpica/acpica_20140424.bb:SRC_URI = https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \ can we use that one instead? Sure, I don't see why not. Though something

[OE-core] State of bitbake world, Failed tasks 2014-08-13

2014-08-13 Thread Martin Jansa
Fix for dnsmasq is already on ML (and applied for qemux86*) rabbitmq-c is new recipe from review, issue was reported http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2014-08-13 == === common () === === common-x86 (1) === *

Re: [OE-core] [oe-commits] Cristian Iorga : qemu: upgrade to 2.1

2014-08-13 Thread Martin Jansa
On Mon, Aug 11, 2014 at 09:55:11AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 3ae32d0d6c7cf8294300f32d346da36748e05f3d URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=3ae32d0d6c7cf8294300f32d346da36748e05f3d Author:

[OE-core] [PATCH 4/5] gcc: remove outdated configuration option

2014-08-13 Thread Peter A. Bigot
--enable-libunwind-exceptions was removed from gcc at release 3.4.3 about ten years ago. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 - meta/recipes-devtools/gcc/gcc-cross.inc | 1 - meta/recipes-devtools/gcc/gcc-runtime.inc

[OE-core] [PATCH 3/5] gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}

2014-08-13 Thread Peter A. Bigot
Apply to gcc 4.9 the recent fix to the --with-gxx-include-dir override. Original OE-Core rev: 5a2ff3e8f7cd7a47a5ab4e581847ecc4df87fca Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-4.9.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/5] recipes-devtools/gcc cleanup patches

2014-08-13 Thread Peter A. Bigot
Attached are a set of proposed patches to how gcc is built. These fix some minor consistency issues in formatting and content. They are preliminary to any attempt to fix the bug where the runtime builds are not ABI compatible with the default mode used by the compiler for C++11 code, as

[OE-core] [PATCH 2/5] gcc-4.8,gcc-4.9: remove inappropriate patch

2014-08-13 Thread Peter A. Bigot
0037-gcc-4.8-PR56797.patch was originally added as an OE backport during 4.8.0. Upstream merged it in 4.8.1, and it was present in 4.9.0. The original patch still applies to 4.9.1 (and presumably 4.8.2), but now is modifying store_multiple_sequence instead of load_multiple_sequence (the two

[OE-core] [PATCH 1/5] gcc: recipe whitespace changes

2014-08-13 Thread Peter A. Bigot
Consistent use of whitespace in multi-line assignment, with special focus on OECONF modifications. Quotes on separate lines, four-space indentation, one value per line. Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-4.8.inc | 186

[OE-core] [PATCH 5/5] gcc-target: make --enable-clocale consistent with gcc-runtime

2014-08-13 Thread Peter A. Bigot
Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 8941f5f..0f9a5f8 100644 ---

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Peter A. Bigot
On 08/11/2014 07:12 PM, Peter A. Bigot wrote: On 08/11/2014 02:02 PM, Peter A. Bigot wrote: The program below built on the target with the MACHINE=beaglebone gcc-4.9.1 compiler from Yocto/OpenEmbedded poky master produces this error: beaglebone[52]$ g++ -std=c++1y -pthread test.cc ./a.out

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Khem Raj
On Mon, Aug 11, 2014 at 12:02 PM, Peter A. Bigot p...@pabigot.com wrote: The program below built on the target with the MACHINE=beaglebone gcc-4.9.1 compiler from Yocto/OpenEmbedded poky master produces this error: beaglebone[52]$ g++ -std=c++1y -pthread test.cc ./a.out starting joining

[OE-core] GCC 4.9 considered evil

2014-08-13 Thread Gary Thomas
I've found that the latest GCC doesn't work very well, at least not on ARM (and obviously other architectures as well [1]) When I build Google Chromium browser for my i.MX boards using GCC-4.9.x, no pages can be rendered - massive bloodshed and failures are shown on the console. If I use the

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Peter A. Bigot
On 08/13/2014 04:18 PM, Khem Raj wrote: On Mon, Aug 11, 2014 at 12:02 PM, Peter A. Bigot p...@pabigot.com wrote: The program below built on the target with the MACHINE=beaglebone gcc-4.9.1 compiler from Yocto/OpenEmbedded poky master produces this error: beaglebone[52]$ g++ -std=c++1y -pthread

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Peter A. Bigot
On 08/13/2014 04:23 PM, Peter A. Bigot wrote: On 08/13/2014 04:18 PM, Khem Raj wrote: On Mon, Aug 11, 2014 at 12:02 PM, Peter A. Bigot p...@pabigot.com wrote: The program below built on the target with the MACHINE=beaglebone gcc-4.9.1 compiler from Yocto/OpenEmbedded poky master produces this

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:36 PM, Peter A. Bigot p...@pabigot.com wrote: In any case, Khem can you run with this? It'd be fixed a lot better that way We do not configure target gcc with right matching cpu defaults, atomic instruction strex/ldrex are only added after armv6 but defaults for

[OE-core] [oe-core][RFC][PATCH] cmake: drop -fpermissive

2014-08-13 Thread Martin Jansa
* it was dropped from default CXXFLAGS in: commit 24dd8e129447013ee98609f3892ec414b1b21340 Author: Richard Purdie richard.pur...@linuxfoundation.org Date: Sun Mar 2 17:38:33 2014 + bitbake.conf: Drop -fpermissive Drop the -fpermissive C++ compiler flag. We've had this around

Re: [OE-core] [PATCH 2/5] gcc-4.8, gcc-4.9: remove inappropriate patch

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot p...@pabigot.com wrote: 0037-gcc-4.8-PR56797.patch was originally added as an OE backport during 4.8.0. Upstream merged it in 4.8.1, and it was present in 4.9.0. The original patch still applies to 4.9.1 (and presumably 4.8.2), but now is

Re: [OE-core] [PATCH 4/5] gcc: remove outdated configuration option

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot p...@pabigot.com wrote: --enable-libunwind-exceptions was removed from gcc at release 3.4.3 about ten years ago. This is ok Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 -

Re: [OE-core] [PATCH 3/5] gcc-4.9: Ensure c++ includes are in /usr/include/c++/${BINV}

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot p...@pabigot.com wrote: Apply to gcc 4.9 the recent fix to the --with-gxx-include-dir override. Original OE-Core rev: 5a2ff3e8f7cd7a47a5ab4e581847ecc4df87fca this is good. Signed-off-by: Peter A. Bigot p...@pabigot.com ---

Re: [OE-core] [PATCH 5/5] gcc-target: make --enable-clocale consistent with gcc-runtime

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot p...@pabigot.com wrote: Signed-off-by: Peter A. Bigot p...@pabigot.com --- meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/gcc/gcc-target.inc

Re: [OE-core] GCC 4.9 considered evil

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 2:24 PM, Gary Thomas g...@mlbassoc.com wrote: I've found that the latest GCC doesn't work very well, at least not on ARM (and obviously other architectures as well [1]) When I build Google Chromium browser for my i.MX boards using GCC-4.9.x, no pages can be rendered -

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Peter A. Bigot
On 08/13/2014 05:05 PM, Khem Raj wrote: On Wed, Aug 13, 2014 at 2:36 PM, Peter A. Bigot p...@pabigot.com wrote: In any case, Khem can you run with this? It'd be fixed a lot better that way We do not configure target gcc with right matching cpu defaults, atomic instruction strex/ldrex are

Re: [OE-core] GCC 4.9 considered evil

2014-08-13 Thread Otavio Salvador
On Wed, Aug 13, 2014 at 6:24 PM, Gary Thomas g...@mlbassoc.com wrote: I've found that the latest GCC doesn't work very well, at least not on ARM (and obviously other architectures as well [1]) When I build Google Chromium browser for my i.MX boards using GCC-4.9.x, no pages can be rendered -

Re: [OE-core] GCC 4.9 considered evil

2014-08-13 Thread Khem Raj
On Wednesday, August 13, 2014, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Aug 13, 2014 at 6:24 PM, Gary Thomas g...@mlbassoc.com javascript:; wrote: I've found that the latest GCC doesn't work very well, at least not on ARM (and obviously other architectures as well [1]) When

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Khem Raj
On Wednesday, August 13, 2014, Peter A. Bigot p...@pabigot.com wrote: On 08/13/2014 05:05 PM, Khem Raj wrote: On Wed, Aug 13, 2014 at 2:36 PM, Peter A. Bigot p...@pabigot.com wrote: In any case, Khem can you run with this? It'd be fixed a lot better that way We do not configure

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Peter A. Bigot
On 08/13/2014 07:49 PM, Khem Raj wrote: On Wednesday, August 13, 2014, Peter A. Bigot p...@pabigot.com mailto:p...@pabigot.com wrote: On 08/13/2014 05:05 PM, Khem Raj wrote: On Wed, Aug 13, 2014 at 2:36 PM, Peter A. Bigot p...@pabigot.com wrote: In any

Re: [OE-core] [oe-commits] Cristian Iorga : qemu: upgrade to 2.1

2014-08-13 Thread Kang Kai
On 2014?08?14? 04:40, Martin Jansa wrote: On Mon, Aug 11, 2014 at 09:55:11AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 3ae32d0d6c7cf8294300f32d346da36748e05f3d URL:

[OE-core] [PATCH 0/1] Fix symlinking of linker in gcc-cross-initial

2014-08-13 Thread Khem Raj
the issue here is that we want to use ld.bfd in gcc-cross-initial but we miss out when we install symlinks. This hurts when default linker is gold and eglibc is re-built The following changes since commit 4321c553d5ae816e566234e981a0815bba046d39: SIGGEN_EXCLUDERECIPES_ABISAFE: add initscripts

[OE-core] [PATCH 1/1] gcc-cross-initial: Use good old bfd linker by default

2014-08-13 Thread Khem Raj
We already indicate our intentions to use ld.bfd by specifying it in configure using --with-ld which works ok unless here where we manually create symlinks to binutils-cross components, when we use ld-is-gold feature default ld points to gold and this symlinking has to be aware of the fact that we

Re: [OE-core] Yocto development with C++11 threads and gcc

2014-08-13 Thread Khem Raj
On Wed, Aug 13, 2014 at 6:55 PM, Peter A. Bigot p...@pabigot.com wrote: EXTRA_OECONF += '${@bb.utils.contains(TUNE_FEATURES, armv7a, --with-cpu=generic-armv7-a, , d)}' Sorry a typo there you need --with-arch OK, that works. So do we need to do the same thing for every TUNE_FEATURES