[OE-core] Make sstate cache local tool independent

2014-01-31 Thread Mike Looijmans
I'm forced to using external tools in some recipes (that build FPGA bitstreams using huge proprietary packages). Building these takes between half an hour and several hours on big fast machines, so I definitely want to use sstate-cache for these. The trouble I'm running into is that I have a

[OE-core] [PATCHv2 3/5] nspr: Added nativesdk to BBCLASSEXTEND

2014-01-31 Thread David Nyström
nspr is a dependency of nss. Since shsignlibs is used from the nss postinstall hook. It should be included in nativesdk to make offline rootfs construction possible. Signed-off-by: David Nyström david.nyst...@enea.com --- meta/recipes-support/nspr/nspr_4.10.2.bb | 2 +- 1 file changed, 1

[OE-core] [PATCHv2 0/5] Final patches for SDK rootfs creation.

2014-01-31 Thread David Nyström
With this pathset, All postinstall dependencies from oe-core will be available in the nativeSDK tarball. David Nyström (5): postinst-intercept: New recipe to include postinstall intercepts in nativesdk nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

[OE-core] [PATCHv2 2/5] nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK

2014-01-31 Thread David Nyström
Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples.

[OE-core] [PATCHv2 5/5] nativesdk-packagegroup-sdk-host: Add nativesdk-nss to default inclusion in host SDK

2014-01-31 Thread David Nyström
Since shsignlibs is used from the nss postinstall hook. It should be included in nativesdk to make

[OE-core] [PATCHv2 1/5] postinst-intercept: New recipe to include postinstall intercepts in nativesdk

2014-01-31 Thread David Nyström
Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples.

[OE-core] [PATCHv2 4/5] nss: Add nativesdk to BBCLASSEXTEND and bugfix

2014-01-31 Thread David Nyström
Since shsignlibs is used from the nss postinstall hook. It should be included in nativesdk to make offline rootfs construction possible. Signed-off-by: David Nyström david.nyst...@enea.com --- meta/recipes-support/nss/nss.inc | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-)

[OE-core] [PATCH] gcc: Include patch scheduled for GCC 4.8.3 to fix epilogue on ARM

2014-01-31 Thread Holger Hans Peter Freyther
GCC 4.8.0, 4.8.1 and 4.8.2 can generate broken epilogues for the ABI used by the kernel. Apply the patch that is included for GCC 4.8.3 from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854. The issue was found on Yocto/Dora and the patch should be backported to this branch. A kernel built with

[OE-core] [PATCH] libtool: Set CONFIG_SHELL for nativesdk

2014-01-31 Thread Richard Purdie
We're seeing similar failures that we saw from libtool-native and libtool-cross where /bin/sh changed from bash to dash on different machines after sstate reusage. This patch fixes nativesdk to avoid the same issue. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH 1/1] subversion: fix build problem when sysroot contains '-D' or '-I'

2014-01-31 Thread Nicolas Dechesne
Robert, can we get the patch below merged into dora? I just tried it, it applies cleanly as-is. the thing is i stumbled upon this issue on dora this week, and debugged it for a while to later figure out it was fixed in master ;-) fwiw, you can add Signed-off-by: Nicolas Dechesne

[OE-core] [PATCH 1/1] libpng: upgrade to 1.6.8

2014-01-31 Thread Marius Avram
Note: license has not changed. MD5 sum of files changed because new contributors were added to LICENSE and png.h file contains the version of the new release. Signed-off-by: Marius Avram marius.av...@intel.com --- meta/recipes-multimedia/libpng/libpng_1.6.7.bb | 27

Re: [OE-core] [PATCHv2 5/5] nativesdk-packagegroup-sdk-host: Add nativesdk-nss to default inclusion in host SDK

2014-01-31 Thread Richard Purdie
On Fri, 2014-01-31 at 10:30 +0100, David Nyström wrote: Since shsignlibs is used from the nss

Re: [OE-core] Make sstate cache local tool independent

2014-01-31 Thread Richard Purdie
On Fri, 2014-01-31 at 09:08 +0100, Mike Looijmans wrote: I'm forced to using external tools in some recipes (that build FPGA bitstreams using huge proprietary packages). Building these takes between half an hour and several hours on big fast machines, so I definitely want to use

Re: [OE-core] [PATCH 0/5] refactor the archive*.bbcalss

2014-01-31 Thread Martin Jansa
On Wed, Jan 22, 2014 at 06:13:37PM +0800, Robert Yang wrote: On 01/22/2014 10:59 AM, Robert Yang wrote: On 01/21/2014 08:37 PM, Martin Jansa wrote: On Tue, Jan 21, 2014 at 06:41:04PM +0800, Robert Yang wrote: Hi Martin, I've talked with Martin, the difference is that he tried

[OE-core] [meta-oe][PATCH] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)

2014-01-31 Thread Tobias Blom
Prefix to EnvironmentFile should be preciding the filenamn. Signed-off-by: Tobias Blom tobias.b...@techne-dev.se --- meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service

[OE-core] [PATCH 1/1] minicom: fix for multilib and x32 build crash

2014-01-31 Thread Cristian Iorga
For source URI, the use of ${PN}-${PV} leads to build failures for multilib and x32. ${BP} is properly used instead. Partial fix for [YOCTO #5781]. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-extended/minicom/minicom_2.7.bb | 4 ++-- 1 file changed, 2 insertions(+),

[OE-core] [PATCH 0/1] Fix for YB5781

2014-01-31 Thread Cristian Iorga
The following changes since commit d93620baea489c9b20f740c0d06dcb39cf364ecb: bitbake: runqueue: Fix race against tasks sharing stamp files (2014-01-31 15:52:17 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB5781

Re: [OE-core] [PATCH] gcc: Include patch scheduled for GCC 4.8.3 to fix epilogue on ARM

2014-01-31 Thread Martin Jansa
On Fri, Jan 31, 2014 at 10:45:17AM +0100, Holger Hans Peter Freyther wrote: GCC 4.8.0, 4.8.1 and 4.8.2 can generate broken epilogues for the ABI used by the kernel. Apply the patch that is included for GCC 4.8.3 from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854. The issue was found on

Re: [OE-core] [PATCH][RFC][WIP 3/6] feature-arm-thumb.inc: respect ARM_INSTRUCTION_SET when adding thumb suffix

2014-01-31 Thread Martin Jansa
On Wed, Jan 22, 2014 at 01:36:08AM +0100, Martin Jansa wrote: * this means that recipes with ARM_INSTRUCTION_SET explicitly changed to arm will be built in feed without thumb suffix * I'm not sure if the rest of system correctly supports different TUNE_PKGARCHs for different recipes, this

Re: [OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-31 Thread alexandru.sar...@freescale.com
Hi Richard, I've tested your patch for both altivec and spe and it works fine. Regards, Alex -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Wednesday, January 29, 2014 1:39 PM To: Phil Blundell Cc: Sardan Alexandru Cezar-B41700; Udma

Re: [OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-31 Thread Richard Purdie
On Fri, 2014-01-31 at 17:53 +, alexandru.sar...@freescale.com wrote: Hi Richard, I've tested your patch for both altivec and spe and it works fine. Would you be able to put together a proper patch with the explanation and so on so we can get it merged and resolve this issue? Cheers,

Re: [OE-core] [PATCH] Revert cross-canadian: Handle powerpc linux verses linux-gnuspe

2014-01-31 Thread alexandru.sar...@freescale.com
Hi, Sure, I'll do this and also some more extensive testing on the boards. Thanks, Alex -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Friday, January 31, 2014 8:07 PM To: Sardan Alexandru Cezar-B41700 Cc: Phil Blundell; Udma

Re: [OE-core] [PATCH][RFC][WIP 3/6] feature-arm-thumb.inc: respect ARM_INSTRUCTION_SET when adding thumb suffix

2014-01-31 Thread Martin Jansa
On Fri, Jan 31, 2014 at 06:38:00PM +0100, Martin Jansa wrote: On Wed, Jan 22, 2014 at 01:36:08AM +0100, Martin Jansa wrote: * this means that recipes with ARM_INSTRUCTION_SET explicitly changed to arm will be built in feed without thumb suffix * I'm not sure if the rest of system

Re: [OE-core] iw in place of wireless-tools

2014-01-31 Thread Iorga, Cristian
Hello Noor, all, An analysis of the differences, improvements, maybe possible shortcomings of iw versus wireless-tools would be nice. For a start: http://wireless.kernel.org/en/users/Documentation/iw/replace-iwconfig Basically, this says that iw is simpler to use than wireless-tools various

Re: [OE-core] [PATCH][RFC][WIP 3/6] feature-arm-thumb.inc: respect ARM_INSTRUCTION_SET when adding thumb suffix

2014-01-31 Thread Martin Jansa
On Fri, Jan 31, 2014 at 07:46:45PM +0100, Martin Jansa wrote: On Fri, Jan 31, 2014 at 06:38:00PM +0100, Martin Jansa wrote: On Wed, Jan 22, 2014 at 01:36:08AM +0100, Martin Jansa wrote: * this means that recipes with ARM_INSTRUCTION_SET explicitly changed to arm will be built in feed

Re: [OE-core] iw in place of wireless-tools

2014-01-31 Thread Nicolas Dechesne
On Fri, Jan 31, 2014 at 8:01 PM, Iorga, Cristian cristian.io...@intel.com wrote: On my Ubuntu 13.10 dev machine, wireless-tools and iw are both installed by default (I might be wrong here, maybe I installed them some time ago by hand). you are right, they are both on the default install, see

Re: [OE-core] iw in place of wireless-tools

2014-01-31 Thread Chris Larson
On Friday, January 31, 2014, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Fri, Jan 31, 2014 at 8:01 PM, Iorga, Cristian cristian.io...@intel.com javascript:; wrote: On my Ubuntu 13.10 dev machine, wireless-tools and iw are both installed by default (I might be wrong here, maybe I

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2014-01-31 Thread Saul Wold
MACHINE = qemuppc DISTRO= poky DISTRO_VERSION= 1.5+snapshot-20140131 TUNE_FEATURES = m32 fpu-hard ppc7400 altivec TARGET_FPU= meta meta-yocto meta-yocto-bsp= mut:980faeefaac3466aff38822479bf7d9fff4994eb I did a bitbake -c cleansstate binutils-native eglibc

Re: [OE-core] [PATCH 00/15] Add python 3 support

2014-01-31 Thread Khem Raj
There was another report where collections were packaged in python3-misc which make python3 to not work without installing python3-misc I have fixed that and updated the pull tree. On Thu, Jan 30, 2014 at 10:26 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jan 30, 2014 at 10:14 AM, Burton, Ross

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2014-01-31 Thread Khem Raj
of it. Sorry Khem, failed again! Build Configuration: BB_VERSION= 1.21.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-13.10 TARGET_SYS= powerpc-poky-linux MACHINE = qemuppc DISTRO= poky DISTRO_VERSION= 1.5+snapshot-20140131

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2014-01-31 Thread Saul Wold
: BB_VERSION= 1.21.1 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-13.10 TARGET_SYS= powerpc-poky-linux MACHINE = qemuppc DISTRO= poky DISTRO_VERSION= 1.5+snapshot-20140131 TUNE_FEATURES = m32 fpu-hard ppc7400 altivec TARGET_FPU= meta meta

[OE-core] [PATCH 0/1] scripts: add get_maintainer script

2014-01-31 Thread Trevor Woerner
This patch imports the Linux kernel's get_maintainer.pl script for use with OE/Yocto layers. The purpose of this script is to make it easy for people submitting patches to determine a sensible list of people to CC. Ideally all layers include valid MAINTAINERS files, in which case a valid

Re: [OE-core] [RFC] Binutils upgrade to 2.24

2014-01-31 Thread Khem Raj
= powerpc-poky-linux MACHINE = qemuppc DISTRO= poky DISTRO_VERSION= 1.5+snapshot-20140131 TUNE_FEATURES = m32 fpu-hard ppc7400 altivec TARGET_FPU= meta meta-yocto meta-yocto-bsp= mut:980faeefaac3466aff38822479bf7d9fff4994eb I did a bitbake

[OE-core] [PATCH] ossp-uuid: Use alternative source mirror

2014-01-31 Thread Khem Raj
Original ftp location is inaccessible Fixes WARNING: Failed to fetch URL ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz, attempting MIRRORS if available Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |2 +- 1 file changed, 1