Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-25 Thread Tom Zanussi
On Thu, 2013-01-24 at 21:06 +0200, Andrei Gherzan wrote: > On Sun, Jan 13, 2013 at 11:06 PM, Andrei Gherzan > wrote: > On Sun, Jan 13, 2013 at 10:03 PM, Ross Burton > wrote: > > On Sunday, 13 January 2013 at 19:39, Andrei Gherzan > wrote: >

Re: [yocto] [meta-intel][PATCH 1/2] ffmpeg: Remove package as nobody depends on it anymore

2013-01-25 Thread Tom Zanussi
On Thu, 2013-01-24 at 21:10 +0200, Andrei Gherzan wrote: > Ping > Pulled into meta-intel/master. Thanks, Tom > > On Sun, Jan 13, 2013 at 6:23 PM, Andrei Gherzan > wrote: > Signed-off-by: Andrei Gherzan > --- > common/recipes-multimedia/ffmpeg/ffmpeg.inc | 110

[yocto] Antwort: Re: PREMIRRORS_prepend & friends

2013-01-25 Thread daniel . schnel . extern
Hi, Von:"Robert P. J. Day" An: daniel.schnel.ext...@ifm.com Kopie: yocto@yoctoproject.org Datum: 24.01.2013 21:47 Betreff:Re: [yocto] PREMIRRORS_prepend & friends Gesendet von: yocto-boun...@yoctoproject.org On Thu, 24 Jan 2013, daniel.schnel.ext...@ifm.com wrote: > > H

Re: [yocto] Antwort: Re: PREMIRRORS_prepend & friends

2013-01-25 Thread Robert P. J. Day
On Fri, 25 Jan 2013, daniel.schnel.ext...@ifm.com wrote: > Von: "Robert P. J. Day" > An: daniel.schnel.ext...@ifm.com > Kopie:yocto@yoctoproject.org > Datum:24.01.2013 21:47 > Betreff: Re: [yocto] PREMIRRORS_prepend & friends > Gesendet von: yocto-boun...@yoctoproject.org

Re: [yocto] meta-raspberrypi has a new home - yocto

2013-01-25 Thread Jack Mitchell
On 24/01/13 19:45, Andrei Gherzan wrote: Hello raspberrypi owners, I am happy to announce that yoctoproject hosts now the meta-raspberrypi BSP layer. The web interface is now up and running: http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/ and we will use the yocto mailing list for

[yocto] How to build the build appliance?

2013-01-25 Thread Tino Breddin
Hi there, I've seen some work already went into building a Yocto build appliance which runs on VMware [1]. I think that's a great tool to get started. Has the appliance been built by hand or is the process somewhat automated? I couldn't find any references in Poky. Cheers, Tino [1] https://www.y

Re: [yocto] meta-raspberrypi has a new home - yocto

2013-01-25 Thread Andrei Gherzan
On Fri, Jan 25, 2013 at 11:43 AM, Jack Mitchell wrote: > On 24/01/13 19:45, Andrei Gherzan wrote: > >> Hello raspberrypi owners, >> >> I am happy to announce that yoctoproject hosts now the meta-raspberrypi >> BSP layer. >> The web interface is now up and running: http://git.yoctoproject.org/** >>

[yocto] [PATCH] Capture and display bitbake errors

2013-01-25 Thread Ioana Grigoropol
- if an error has occured when trying to initializes the bitbake session, this should be display appropriately - when creating a new Bitbake project, if an error occured while initializing bitbake environment (bitbake -e), we should: - display the error in the wizard - prevent the

[yocto] Antwort: Re: Antwort: Re: PREMIRRORS_prepend & friends

2013-01-25 Thread daniel . schnel . extern
yocto-boun...@yoctoproject.org schrieb am 25.01.2013 10:06:14: > Von: "Robert P. J. Day" > An: daniel.schnel.ext...@ifm.com > Kopie: yocto@yoctoproject.org > Datum: 25.01.2013 11:35 > Betreff: Re: [yocto] Antwort: Re: PREMIRRORS_prepend & friends > Gesendet von: yocto-boun...@yoctoproject.org

[yocto] [meta-raspberrypi][PATCH 1/3] linux: Add a Linux 3.6 kernel recipe

2013-01-25 Thread Jan Schmidt
* Add a recipe to build the linux kernel from the rpi-3.6.y branch at https://github.com/raspberrypi/linux * Since this has a higher version, it will be the preferred linux kernel by default. Signed-off-by: Jan Schmidt --- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 34 +

[yocto] [meta-raspberrypi][PATCH 2/3] bcm2835-bootfiles: Bump the firmware revision

2013-01-25 Thread Jan Schmidt
* Pull in a newer firmware revision (0ac68c 7th Jan 2013) from https://github.com/raspberrypi/firmware for various fixes and improvements Signed-off-by: Jan Schmidt --- recipes-bcm/common/firmware.inc |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bcm/co

[yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-25 Thread Jan Schmidt
When constructing the SD card image, the code was using the inherited ROOTFS_SIZE, which is the size of the rootfs contents. When building (for example) a compressed rootfs, this allocates a partition much larger than necessary. Instead, take the size of the generated rootfs file that is about to

Re: [yocto] How to build the build appliance?

2013-01-25 Thread Stoicescu, CorneliuX
Hello Tino, Here is what I know on the matter: 1) you need to set MACHINE = "qemux86-64" in local.conf 2) run "bitbake build-appliance-image" 3) check the tmp/deploy/images folder for the output Regards, Cornel -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun..

Re: [yocto] How to build the build appliance?

2013-01-25 Thread Iorga, Cristian
It also work with a qemux86 machine. Regards, Cristian -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Stoicescu, CorneliuX Sent: Friday, January 25, 2013 5:18 PM To: Tino Breddin; yocto Subject: Re: [yocto] How to build the bu

Re: [yocto] How to build the build appliance?

2013-01-25 Thread Tino Breddin
Great, building and testing it now. Thanks for the pointer! On 01/25/2013 04:17 PM, Stoicescu, CorneliuX wrote: > Hello Tino, > > Here is what I know on the matter: > 1) you need to set MACHINE = "qemux86-64" in local.conf > 2) run "bitbake build-appliance-image" > 3) check the tmp/deploy/image

Re: [yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2013-01-25 Thread Alex J Lennon
On 24/01/2013 19:15, Bruce wrote: Alex J Lennon writes: Hi all, Autif, I've been working to support .NET development on Linux over the past few days. There is a Visual Studio plugin, MonoTools for Visual Studio which provides support for local and remote debugging of .NET applications with M

[yocto] Moving to the YP 1.4 Release

2013-01-25 Thread Rifenbark, Scott M
Something to think about... We have a section in the YP Reference Manual called "Moving to the Yocto Project 1.3 Release". This section is in a chapter dedicated to helping users migrate to a new YP release. The section is here http://www.yoctoproject.org/docs/1.4/ref-manual/ref-manual.html#m

Re: [yocto] Fullpass Test Report for Yocto 1.4 20130115 Build

2013-01-25 Thread Liu, Song
Hi Saul/Beth, What is the issue for the 3 ‘no image’ issue (marked red) in the report? Do we have a solution now? Thanks! Song From: Palalau, AlexandruX Sent: Thursday, January 24, 2013 7:23 AM To: yocto@yoctoproject.org Cc: Liu, Song Subject: Fullpass Test Report for Yocto 1.4 20130115 Build

Re: [yocto] Fullpass Test Report for Yocto 1.4 20130115 Build

2013-01-25 Thread Saul Wold
On 01/25/2013 02:02 PM, Liu, Song wrote: > Hi Saul/Beth, > > What is the issue for the 3 ‘no image’ issue (marked red) in the report? > Do we have a solution now? > That's the preM3 Build. I am looking back in the AB, and I do not see the master failure for qemumips, we had a problem with PPC d

[yocto] [Infrastructure] Yocto Project Downtime Jan 29th 17:00-21:00 UTC

2013-01-25 Thread Michael Halstead
The downtime window is: Tuesday, January 29, 2013 at 9:00 AM - 1:00 PMPST Tuesday, January 29, 2013 at 5:00 PM - 9:00 PMUTC The downtime should go unnoticed by most users. Servers at OSU-OSL will be brought down for important firmware and software upgrades. We will make every effort to ke

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-25 Thread Andrei Gherzan
On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt wrote: > When constructing the SD card image, the code was using > the inherited ROOTFS_SIZE, which is the size of the > rootfs contents. When building (for example) a compressed > rootfs, this allocates a partition much larger than necessary. > > Inst