Re: [OE-core] [PATCH] ptest-runner: return 1 instead of zero if any test fails

2014-08-25 Thread Stoicescu, CorneliuX
Hello, From my experience with ptest, there will always be a few tests failing, so we will always get exit code 1. Should this better return exit code 0 if the individual tests performed correctly(weather they passed or failed) and 1 if there were any errors during the running of the tests?

Re: [OE-core] RFC: Improving the developer workflow

2014-08-25 Thread Paul Eggleton
Hi Nicolas, Apologies for the delayed reply. On Friday 08 August 2014 10:04:19 Nicolas Dechesne wrote: On Thu, Aug 7, 2014 at 11:10 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Example workflow I won't give a workflow for every possible usage, but just to

Re: [OE-core] [PATCH V3 00/10] upgrade systemd to 215 and other misc fixes

2014-08-25 Thread ChenQi
On 08/24/2014 01:28 AM, Richard Purdie wrote: On Mon, 2014-08-18 at 09:51 +0800, Chen Qi wrote: 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:

[OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-25 Thread Sven Ebenfeld
I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables OE to cross-compile md5deep. I needed to add the patch as do_configure_qa is complaining about cross-compilation errors otherwise. I added a pull request for the issue with the variable expansion to

[OE-core] [PATCH] autogen-native: inherit pkgconfig to fix a build failure

2014-08-25 Thread Shrikant Bobade
From: Shrikant Bobade shrikant_bob...@mentor.com This patch is to inherit pkgconfig to fix a build failure. Signed-off-by: Christopher Larson kerg...@gmail.com Signed-off-by: Shrikant Bobade shrikant_bob...@mentor.com --- .../autogen/autogen-native_5.18.3.bb |2 +- 1 file

Re: [OE-core] [oe-commits] Robert Yang : sanity.bbclass: check the format of MIRRORS

2014-08-25 Thread Martin Jansa
On Mon, Aug 25, 2014 at 10:14:40AM +0800, Robert Yang wrote: On 08/24/2014 11:56 PM, Martin Jansa wrote: On Sat, Aug 23, 2014 at 10:02:23PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: c8c213bb25b137cf70ba8ce9a45e60065d926735 URL:

Re: [OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-25 Thread Martin Jansa
On Mon, Aug 25, 2014 at 09:56:31AM +0200, Sven Ebenfeld wrote: I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables OE to cross-compile md5deep. I needed to add the patch as do_configure_qa is complaining about cross-compilation errors otherwise. I

Re: [OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-25 Thread Sven Ebenfeld
Thank you, I've posted an updated patch to openembedded-devel mailing list. 2014-08-25 12:14 GMT+02:00 Martin Jansa martin.ja...@gmail.com: On Mon, Aug 25, 2014 at 09:56:31AM +0200, Sven Ebenfeld wrote: I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables

Re: [OE-core] [oe-commits] Robert Yang : sanity.bbclass: check the format of MIRRORS

2014-08-25 Thread Robert Yang
On 08/25/2014 06:12 PM, Martin Jansa wrote: On Mon, Aug 25, 2014 at 10:14:40AM +0800, Robert Yang wrote: On 08/24/2014 11:56 PM, Martin Jansa wrote: On Sat, Aug 23, 2014 at 10:02:23PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

[OE-core] [PATCH] libtiff: fix CVE-2013-1961

2014-08-25 Thread Muzaffar Mahmood
Integrate community fix for the issue CVE-2013-1961 and migrated to version 4.0.3. Stack-based buffer overflow in the t2p_write_pdf_page function in tiff2pdf in libtiff before 4.0.3 allows remote attackers to cause a denial of service (application crash) via a crafted image length and resolution

Re: [OE-core] FTBFS: nativesdk-alsa-lib

2014-08-25 Thread Otavio Salvador
On Sun, Aug 24, 2014 at 8:39 PM, Khem Raj raj.k...@gmail.com wrote: On Sun, Aug 24, 2014 at 2:02 PM, Otavio Salvador ota...@ossystems.com.br wrote: ... Does someone has a clue where to start looking to fix this? are you building out of sstate ? it may be that dependencies on

[OE-core] [PATCH] eglibc: Fix to egrep 'yes$' instead 'yes' at configure

2014-08-25 Thread Benjamin Esquivel
The pre-processed output of conftest.c contains an include dir and if the path of it contains a 'yes' it will cause some variables to be wrongly set to yes because of the way it greps for it. Fix is to egrep for yes$ instead. This has to be done at the configure and the configure.ac files given

Re: [OE-core] [bitbake-devel] *-dbg package...

2014-08-25 Thread Mark Hatle
First this is the wrong list. The question should have gone to oe-core devel, or openembedded-devel lists. (I have CC'd the first) On 8/21/14, 9:59 PM, i...@sd-kyber.com wrote: Hi, I’m trying to write ( and to use ) a recipe which should build a simple .rpm, which contains the

Re: [OE-core] [bitbake-devel] *-dbg package...

2014-08-25 Thread Khem Raj
On 14-08-25 10:24:57, Mark Hatle wrote: First this is the wrong list. The question should have gone to oe-core devel, or openembedded-devel lists. (I have CC'd the first) On 8/21/14, 9:59 PM, i...@sd-kyber.com wrote: Hi, I’m trying to write ( and to use ) a recipe which should build a

Re: [OE-core] [PATCH] eglibc: Fix to egrep 'yes$' instead 'yes' at configure

2014-08-25 Thread Khem Raj
On 14-08-24 21:58:11, Benjamin Esquivel wrote: The pre-processed output of conftest.c contains an include dir and if the path of it contains a 'yes' it will cause some variables to be wrongly set to yes because of the way it greps for it. Fix is to egrep for yes$ instead. This has to be done

Re: [OE-core] [PATCH 1/1] qemumips.conf: Default to (and support) mips32r2

2014-08-25 Thread Khem Raj
On 14-08-14 20:42:47, Peter Seebach wrote: The MIPS emulation for qemumips actually supports mips32r2: isa : mips1 mips2 mips32r1 mips32r2 We should probably use that tuning file. This implicitly changes the default value of DEFAULTTUNE to mips32r2.

[OE-core] [PATCH 2/2] logrotate: add packageconfigs

2014-08-25 Thread Fahad Usman
add packageconfigs for acl and selinux. Signed-off-by: Fahad Usman fahad.us...@gmail.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb |8 1 file changed, 8 insertions(+) diff --git

[OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Fahad Usman
Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman fahad.us...@gmail.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff

Re: [OE-core] Kernel firmware files with a .dsp ending

2014-08-25 Thread Khem Raj
On 14-08-14 21:30:47, Carlos Rafael Giani wrote: Hello, while writing new recipes for an updated machine specific kernel, I noticed some packaging errors: ERROR: QA Issue: linux-cubox-i: Files/directories were installed but not shipped /lib/firmware/korg /lib/firmware/korg/k1212.dsp

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 9:22 AM, Fahad Usman fahad_us...@mentor.com wrote: Needed to quiet GNU_HASH warnings, amd some minor fixes. Typo, not amd :) -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Khem Raj
On 14-08-25 21:22:04, Fahad Usman wrote: Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman fahad.us...@gmail.com Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-extended/logrotate/logrotate_3.8.7.bb | 18 -- 1 file

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 10:19 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-25 21:22:04, Fahad Usman wrote: Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman fahad.us...@gmail.com Signed-off-by: Christopher Larson kerg...@gmail.com ---

Re: [OE-core] [PATCH 1/2] logrotate: obey our flags

2014-08-25 Thread Khem Raj
On 14-08-25 10:21:31, Christopher Larson wrote: On Mon, Aug 25, 2014 at 10:19 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-25 21:22:04, Fahad Usman wrote: Needed to quiet GNU_HASH warnings, amd some minor fixes. Signed-off-by: Fahad Usman fahad.us...@gmail.com Signed-off-by:

Re: [OE-core] [PATCH v2 09/12] udev-cache: get system config immediately before cache

2014-08-25 Thread Richard Tollerton
Richard Purdie richard.pur...@linuxfoundation.org writes: The above reason c) is also why we don't use cmp. It turned out to be faster to read into a variable than fork/exec cmp. You appear to be wrong: cat+cmp is 27-41% faster than readfiles. In fact, testing cat alone (without cmp) shows

[OE-core] [PATCH 1/1] native/nativesdk: Clear MACHINEOVERRIDES

2014-08-25 Thread Khem Raj
In cases where we override variables e.g PACKAGE_ARCH conditionally and use a MACHINEOVERRIDE to qualify the override like PACKAGE_ARCH_MACHINE = some target PACKAGE_ARCH This would also be effective if this recipe is BBEXTENDED to native or nativesdk which is undesired This particular issue

[OE-core] [PATCH 0/1] Empty out MACHINE overrides for native and nativesdk

2014-08-25 Thread Khem Raj
The following changes since commit 217aa4d9802609d2c3628c8751a27a5d25900898: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:25:54 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib kraj/machineoverride

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-25 Thread Mark Hatle
On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 23:46:26 +0200 Martin Jansa martin.ja...@gmail.com wrote: changing default DEFAULTTUNE (and TUNE_PKGARCH with that) to have thumb while still building with -marm doesn't

Re: [OE-core] [PATCH 0/3] Add new tune files for IBM POWER5,6,7

2014-08-25 Thread Mark Hatle
On 8/24/14, 4:41 PM, Armin Kuster wrote: I believe these are new tune files. They add support for IBM's POWER[5,6,7] cpus. Minimally tested on qemuppc64. This is the first set of patches to add qemuppc64 support. Let me know if there are any issues with the format of these tune files. Only a

Re: [OE-core] [PATCH 1/1] native/nativesdk: Clear MACHINEOVERRIDES

2014-08-25 Thread Otavio Salvador
On Mon, Aug 25, 2014 at 4:01 PM, Khem Raj raj.k...@gmail.com wrote: In cases where we override variables e.g PACKAGE_ARCH conditionally and use a MACHINEOVERRIDE to qualify the override like PACKAGE_ARCH_MACHINE = some target PACKAGE_ARCH This would also be effective if this recipe is

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-25 Thread Khem Raj
On 14-08-25 14:12:07, Mark Hatle wrote: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 23:46:26 +0200 Martin Jansa martin.ja...@gmail.com wrote: changing default DEFAULTTUNE (and TUNE_PKGARCH with that) to have

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-25 Thread Mark Hatle
On 8/25/14, 2:35 PM, Khem Raj wrote: On 14-08-25 14:12:07, Mark Hatle wrote: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 23:46:26 +0200 Martin Jansa martin.ja...@gmail.com wrote: changing default DEFAULTTUNE

Re: [OE-core] [PATCH 0/3] Add new tune files for IBM POWER5,6,7

2014-08-25 Thread akuster808
On 08/25/2014 12:14 PM, Mark Hatle wrote: On 8/24/14, 4:41 PM, Armin Kuster wrote: I believe these are new tune files. They add support for IBM's POWER[5,6,7] cpus. Minimally tested on qemuppc64. This is the first set of patches to add qemuppc64 support. Let me know if there are any issues

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

2014-08-25 Thread Khan, Yasir
Below are the details of the patch from the link which couldn't be opened. Authors: Kyle McMartin kmcmar...@redhat.com Jakub Jelinek ja...@redhat.com Julian Brown jul...@codesourcery.com Description : Implement IFUNC support in the prelinker for ARM The prelinker patch is a bug-fixed version

Re: [OE-core] [PATCH 0/1] Change default for cortexa* to armv7at-neon.

2014-08-25 Thread Martin Jansa
On Mon, Aug 25, 2014 at 12:35:23PM -0700, Khem Raj wrote: On 14-08-25 14:12:07, Mark Hatle wrote: On 8/22/14, 5:26 PM, Martin Jansa wrote: On Fri, Aug 22, 2014 at 05:06:26PM -0500, Peter Seebach wrote: On Fri, 22 Aug 2014 23:46:26 +0200 Martin Jansa martin.ja...@gmail.com wrote:

[OE-core] [PATCH 0/2] Upgrade uclibc

2014-08-25 Thread Khem Raj
This patch series updates uclibc and related packages core-image-minimal is tested on qemuarm, qemumips, qemuppc qemux86 and qemux86-64 The following changes since commit 217aa4d9802609d2c3628c8751a27a5d25900898: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:25:54

[OE-core] [PATCH 2/2] uclibc: Upgrade to tip of master

2014-08-25 Thread Khem Raj
Adjust mips to cater for new mips32r2 defaulttune Remove upstreamed patches Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc|4 +- ...tl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch | 377

[OE-core] [PATCH 1/2] openssl: Re-add linux-uclibc tuple

2014-08-25 Thread Khem Raj
With last restructuring for musl, some of uclibc targets got ignored fsl/ppc and ARM worked ok since they use special target triplets which were already considered but other like mips, x86 and so on failed Signed-off-by: Khem Raj raj.k...@gmail.com ---

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

2014-08-25 Thread Mark Hatle
Thank you for the update. I've updated the cross-prelink staging branch with this information, see: http://git.yoctoproject.org/cgit/cgit.cgi/prelink-cross/commit/?h=cross_prelink_staging Any concerns, please let me know. --Mark On 8/25/14, 2:53 PM, Khan, Yasir wrote: Below are the details

[OE-core] OE Changelog since 2014-08-17 until 2014-08-24

2014-08-25 Thread cliff . brake
Changelog since 2014-08-17 until 2014-08-24. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [PATCH 2/3] sanity: fix support for regex schemes in mirrors check

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/sanity.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index

[OE-core] [PATCH 1/3] sanity: handle both \n and \n in mirror vars

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index dbcc26b..7cfc4be 100644

[OE-core] [PATCH 0/3] sanity: improve mirrors check

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com The following changes since commit 217aa4d9802609d2c3628c8751a27a5d25900898: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:25:54 +0100) are available in the git repository at:

[OE-core] [PATCH 3/3] sanity: refactor mirrors checks to be more pythonic

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com - Use clearer variable names - Use variable unpacking to reference elements by name rather than index - Sacrifice a small amount of time (iterate over protocols twice per entry rather than once) for clarity: use readable generator expressions

Re: [OE-core] [PATCH 1/3] sanity: handle both \n and \n in mirror vars

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 3:46 PM, Christopher Larson kerg...@gmail.com wrote: From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com Bah, typo in the subject, fixing. :) -Chris -- ___

[OE-core] [PATCHv2 2/3] sanity: fix support for regex schemes in mirrors check

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/sanity.bbclass | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index

[OE-core] [PATCHv2 1/3] sanity: handle both \n and \\n in mirror vars

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index dbcc26b..7cfc4be 100644

Re: [OE-core] [PATCH] eglibc: Fix to egrep 'yes$' instead 'yes' at configure

2014-08-25 Thread Benjamin Esquivel
To Khem and Andreas, I would say that the proposed patch is based on the existing design, a corner case was found and it deserves a fix but not so sure about redesigning it By redesign I mean to modify also the part where the string is thrown into the conftest.c Please let me know your

[OE-core] [PATCHv2 0/3] sanity: improve mirrors check

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com v2: fixed subject line of first commit to mention \\n The following changes since commit 217aa4d9802609d2c3628c8751a27a5d25900898: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:25:54 +0100) are available in the git

[OE-core] [PATCHv2 3/3] sanity: refactor mirrors checks to be more pythonic

2014-08-25 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com - Use clearer variable names - Use variable unpacking to reference elements by name rather than index - Sacrifice a small amount of time (iterate over protocols twice per entry rather than once) for clarity: use readable generator expressions

Re: [OE-core] [PATCH] eglibc: Fix to egrep 'yes$' instead 'yes' at configure

2014-08-25 Thread Khem Raj
On 14-08-25 17:57:47, Benjamin Esquivel wrote: To Khem and Andreas, I would say that the proposed patch is based on the existing design, a corner case was found and it deserves a fix but not so sure about redesigning it By redesign I mean to modify also the part where the string is

[OE-core] [PATCH V2 0/4] Upgrade uclibc

2014-08-25 Thread Khem Raj
V2 Adds More systemd build fixes to support uclibc uclibc fixes needed for systemd to build The following changes since commit 217aa4d9802609d2c3628c8751a27a5d25900898: autogen-native: inherit pkgconfig to fix a build failure (2014-08-25 10:25:54 +0100) are available in the git repository

[OE-core] [PATCH 3/4] uclibc: Support systemd builds

2014-08-25 Thread Khem Raj
Systemd needs some extra defines e.g. ADJ_NANO and IPTOS_CLASS_CS6 Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc|2 + ...IPTOS_CLASS_-macros-according-to-RFC-2474.patch | 75

[OE-core] [PATCH 4/4] systemd: Support building on uclibc

2014-08-25 Thread Khem Raj
include missing.h to get MAX_HANDLE_SZ which is not defined in uclibc. Signed-off-by: Khem Raj raj.k...@gmail.com --- ...-Including-missing.h-to-get-MAX_HANDLE_SZ.patch | 29 meta/recipes-core/systemd/systemd_213.bb |1 + 2 files changed, 30 insertions(+)

[OE-core] [PATCH 2/4] uclibc: Upgrade to tip of master

2014-08-25 Thread Khem Raj
Adjust mips to cater for new mips32r2 defaulttune Remove upstreamed patches Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/uclibc/uclibc-git.inc|4 +- ...tl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch | 377

[OE-core] [PATCH 1/4] openssl: Re-add linux-uclibc tuple

2014-08-25 Thread Khem Raj
With last restructuring for musl, some of uclibc targets got ignored fsl/ppc and ARM worked ok since they use special target triplets which were already considered but other like mips, x86 and so on failed Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] rootfs_ipk.bbclass: Ensure bad recommendations persist in the status file

2014-08-25 Thread Andreas Oberritter
Hello Richard, sorry for digging out such an old message, but please see below. On 12.11.2011 09:36, Richard Purdie wrote: Currently bad recommendations are added to the status file with status ok. After a single opkg command, whilst it will ignore the recommendation, the status changes to

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-25 Thread Otavio Salvador
On Fri, Aug 15, 2014 at 5:53 PM, Marek Vasut ma...@denx.de wrote: On Monday, August 11, 2014 at 02:49:16 AM, Otavio Salvador wrote: Hello Marek, On Thu, Aug 7, 2014 at 12:25 PM, Marek Vasut ma...@denx.de wrote: In the case of building an Qt application outside of the Yocto build system, we

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-25 Thread Khem Raj
On 14-08-07 17:25:57, Marek Vasut wrote: In the case of building an Qt application outside of the Yocto build system, we want to make sure that a debug configuration of the application does contain debug symbols and is has the compiler optimalization unset. On the other hand, we want to have

[OE-core] [PATCH 0/3 v2] IBM power: new tune files for power5,6,7

2014-08-25 Thread Armin Kuster
Add tune files for IBM's POWER 5,6 and 7 cpus. V2: rename file from ppcpower* to power* after feedback from community. Armin Kuster (3): IBM Power5 v2: Add new tune file for PPC power5 cpu IBM power6 v2: Add new tune file for PPC power6 IBM power7 v2: Add new tune file for PPC power7

[OE-core] [PATCH 2/3] IBM power6 v2: Add new tune file for PPC power6

2014-08-25 Thread Armin Kuster
v2: rename file Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-power6.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-power6.inc diff --git a/meta/conf/machine/include/tune-power6.inc

[OE-core] [PATCH 1/3] IBM Power5 v2: Add new tune file for PPC power5 cpu

2014-08-25 Thread Armin Kuster
V2: rename file Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-power5.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-power5.inc diff --git a/meta/conf/machine/include/tune-power5.inc

[OE-core] [PATCH 3/3] IBM power7 v2: Add new tune file for PPC power7

2014-08-25 Thread Armin Kuster
v2: rename file Signed-off-by: Armin Kuster akuster...@gmail.com --- meta/conf/machine/include/tune-power7.inc | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/conf/machine/include/tune-power7.inc diff --git a/meta/conf/machine/include/tune-power7.inc