Re: [yocto] [PATCH][oe-core] gcc: Fix the license on GNU OpenMP

2016-03-10 Thread Khem Raj
Please resend it to oe-core ml. Secondly some links which points to the fact that its under runtime exception On Mar 10, 2016 9:10 PM, wrote: > From: Helio Chissini de Castro > > Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0, > where's in fact the correct is GPL-3.0 with GCC L

Re: [yocto] How to add some additional enviroment variables to /etc/profile file while building IMAGE

2016-03-10 Thread Vivek Per
Thank you very much!! On Mon, Mar 7, 2016 at 3:53 PM, Burton, Ross wrote: > > On 7 March 2016 at 10:20, Vivek Per wrote: > >> i want to add some additional enviroment variables in /etc/profile >> file. How can i add these while building, so that it reflect in my target >> image. >> > > bas

Re: [yocto] kernel: "devtool modify -x" issue

2016-03-10 Thread Paul Eggleton
On Fri, 11 Mar 2016 07:55:25 Paul Eggleton wrote: > On Wed, 09 Mar 2016 10:12:30 Steve Rae wrote: > > ( using jethro ) > > > > I have a 'linux-yocto-custom' layer which builds successfully; then I run: > > devtool modify -x linux-yocto-custom ../../poky-dev/kernel > > >> > > >> I see a line:

[yocto] [yocto-autobuilder][PATCH] bin/release-scripts/relnotes.py

2016-03-10 Thread Graydon, Tracy
Fixed a hardcoded statement that had "14.0.1" instead of the correct POKY_VER variable. Signed-off-by: Graydon, Tracy --- bin/release_scripts/relnotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release_scripts/relnotes.py b/bin/release_scripts/relnotes.py index 3c

[yocto] Need help getting meta-ada going

2016-03-10 Thread Luke A. Guest
Hi, Turns out updating this and making it work properly is harder than I thought. I'm running into symlink recursion errors on the popular_sysroot task on gcc-cross-arm. [log] DEBUG: Shell function sysroot_stage_all finished DEBUG: Executing python function sysroot_strip ERROR: Error executing a

Re: [yocto] kernel: "devtool modify -x" issue

2016-03-10 Thread Paul Eggleton
Hi Steve, On Wed, 09 Mar 2016 10:12:30 Steve Rae wrote: > ( using jethro ) > > I have a 'linux-yocto-custom' layer which builds successfully; then I run: > devtool modify -x linux-yocto-custom ../../poky-dev/kernel > > >> I see a line: > Cloning into '/tmp/devtoolfgiLXr/workdir/source'...

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-10 Thread Andrei Gherzan
On Wed, Mar 02, 2016 at 08:34:06AM -0800, Khem Raj wrote: > On Wed, Mar 2, 2016 at 7:47 AM, Andrei Gherzan wrote: > > Hi Khen, > > > > I started to merge the ones that were obvious. The rest need rebasing, > > conflict fixing and so on. And then I test them locally. So it will take a > > while. Bu

Re: [yocto] [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release

2016-03-10 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 03:26:59PM +, Khem Raj wrote: > Make it default kernel as well > > Signed-off-by: Khem Raj > --- > conf/machine/include/rpi-default-versions.inc | 2 +- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 6 ++ > 2 files changed, 7 insertions(+), 1 deletion(-) > cr

Re: [yocto] [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209

2016-03-10 Thread Andrei Gherzan
On Sat, Feb 27, 2016 at 03:26:57PM +, Khem Raj wrote: > Readme change a bit thats why LIC_FILES_CHKSUM changed > > Signed-off-by: Khem Raj > --- > recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +- > recipes-bsp/common/firmware.inc| 4 ++-- > 2 files changed, 3 insertions(+), 3 d

[yocto] [PATCH][oe-core] gcc: Fix the license on GNU OpenMP

2016-03-10 Thread helio.castro
From: Helio Chissini de Castro Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0, where's in fact the correct is GPL-3.0 with GCC Library Runtime Exception Signed-off-by: Helio Chissini de Castro --- meta/recipes-devtools/gcc/gcc-runtime.inc | 6 +++--- 1 file changed, 3 inserti

Re: [yocto] Dualing downloads

2016-03-10 Thread Gary Thomas
On 2016-03-10 14:51, Martin Jansa wrote: On Thu, Mar 10, 2016 at 02:21:42PM +0100, Gary Thomas wrote: If I have a package X that depends on X-native and they build from the same sources, doesn't the fetch step duplicate effort if the sources need to be downloaded from scratch? I just saw this [

Re: [yocto] Dualing downloads

2016-03-10 Thread Martin Jansa
On Thu, Mar 10, 2016 at 02:21:42PM +0100, Gary Thomas wrote: > If I have a package X that depends on X-native and they build > from the same sources, doesn't the fetch step duplicate effort > if the sources need to be downloaded from scratch? I just saw > this [appear to] happen and it's not clear

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Update revision to include rpi3 support

2016-03-10 Thread Andrei Gherzan
On Wed, Mar 09, 2016 at 04:15:02PM +0200, Theodor Gherzan wrote: > From: Theodor Gherzan > > Signed-off-by: Theodor Gherzan > --- > recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_

[yocto] Dualing downloads

2016-03-10 Thread Gary Thomas
If I have a package X that depends on X-native and they build from the same sources, doesn't the fetch step duplicate effort if the sources need to be downloaded from scratch? I just saw this [appear to] happen and it's not clear if the sources were downloaded once or twice. I this is the case,

[yocto] [meta-ada] Misconfigure in gcc/ada/gcc-interface/Makefile, tmake_file list is wrong on MIPS/x86

2016-03-10 Thread Luke A. Guest
Hi, I'm trying to get my meta-ada layer working with jethro, gcc-4.9. I've tried to build qemux86, qemumips and qemuarm so far. At this time, I've added "ada" to --enable-languages and I'm trying to get the thing to build first. Both qemux86 and qemumips targets have misconfigured gcc/ada/gcc-inte

Re: [yocto] [OE-core] Wrong sstate signatures for cross toolchain Was: Building gdb-7.10 for arm with master

2016-03-10 Thread Peter A. Bigot
On 03/09/2016 05:02 PM, Richard Purdie wrote: On Wed, 2016-03-09 at 23:50 +0100, Martin Jansa wrote: What's even more interesting is that even gcc-cross-initial has different signatures for 2 ARM MACHINEs with different DEFAULTTUNES OE qemuarm7@ ~/build/oe-core $ grep ^DEFAULTTUNE= env.gdb-cros

[yocto] TI DM355

2016-03-10 Thread Andy Pont
Hello, I appreciate that the TI DM355 is now a very old device (ARM9 based) but I was wondering what the best starting point would be as I can't see it in the meta-ti layer. Any thoughts? Andy. -- ___ yocto mailing list yocto@yoctoproject.org https:/

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Gary Thomas
On 2016-03-10 11:04, Joshua G Lock wrote: On Thu, 2016-03-10 at 10:43 +0100, Gary Thomas wrote: On 2016-03-10 10:35, Joshua G Lock wrote: On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: I've been running local PR servers for my builds. This works quite well, as long as I don't touch m

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Joshua G Lock
On Thu, 2016-03-10 at 10:43 +0100, Gary Thomas wrote: > On 2016-03-10 10:35, Joshua G Lock wrote: > > > > On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: > > > > > > I've been running local PR servers for my builds.  This works > > > quite well, as long as I don't touch my build trees. > >

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Gary Thomas
On 2016-03-10 10:35, Joshua G Lock wrote: On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: I've been running local PR servers for my builds. This works quite well, as long as I don't touch my build trees. What's the best way to manage versions long-term? i.e. if I have a deployed system

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Joshua G Lock
On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: > I've been running local PR servers for my builds.  This works > quite well, as long as I don't touch my build trees. > > What's the best way to manage versions long-term?  i.e. if I > have a deployed system that I build today, but may not tou

[yocto] [ANNOUNCEMENT] Yocto Project 2.0.1 (jethro 14.0.1) Released

2016-03-10 Thread Graydon, Tracy
Hello, The latest release of the Yocto Project 2.0.1 (jethro-14.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.0.1/poky-jethro-14 .0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.0.1/poky-jethro-14.0.1.tar.bz 2 A gpg signed version of th

[yocto] Long-term package revision maintenance

2016-03-10 Thread Gary Thomas
I've been running local PR servers for my builds. This works quite well, as long as I don't touch my build trees. What's the best way to manage versions long-term? i.e. if I have a deployed system that I build today, but may not touch for a long time (years?) and I might not want to keep my bui