Re: [yocto] 1.4_M6.rc2

2013-04-18 Thread Richard Purdie
On Wed, 2013-04-17 at 13:14 -0700, Flanagan, Elizabeth wrote: We're delayed slightly for the 1.4_M6.rc2 build. The build should be soonish, once RP gives me the thumbs up. Please adjust your schedules accordingly, we're hoping to get this started in a few hours. We do have a 1.6_M6.rc2

Re: [yocto] writeup on the mechanics of FILESEXTRAPATHS and bbappend files

2013-04-18 Thread Gary Thomas
On 2013-04-17 16:26, Trevor Woerner wrote: On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas g...@mlbassoc.com wrote: I also think it would be good to point out the use of := in the FILESEXTRAPATHS assignment and why it's important. Knowing that the := operator will put your directories first is

Re: [yocto] writeup on the mechanics of FILESEXTRAPATHS and bbappend files

2013-04-18 Thread Robert P. J. Day
On Thu, 18 Apr 2013, Gary Thomas wrote: On 2013-04-17 16:26, Trevor Woerner wrote: On Wed, Apr 17, 2013 at 11:12 AM, Gary Thomas g...@mlbassoc.com wrote: I also think it would be good to point out the use of := in the FILESEXTRAPATHS assignment and why it's important. Knowing that

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-18 Thread Trevor Woerner
On Thu, Apr 18, 2013 at 12:50 AM, Rudolf Streif rstr...@linuxfoundation.org wrote: Removing sstate triggered a rebuilt of qemu-native which also includes running the configure task again whose output sets the switch whether or not Qemu is built with video support. Apparently the first time you

Re: [yocto] writeup on the mechanics of FILESEXTRAPATHS and bbappend files

2013-04-18 Thread Trevor Woerner
Sorry if I'm asking a really stupid question, but if so, it means I'm way off the mark :-) On Thu, Apr 18, 2013 at 6:23 AM, Gary Thomas g...@mlbassoc.com wrote: My point, which was totally unclear to me when using this line, was that with ':=' ${THISDIR} evaluates to the directory that contains

[yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
Hi, The following commit http://ares/gitweb/?p=tools/poky.git;a=blobdiff;f=oe-init-build-env;h=68af7b5193b73627cd6ebf6196adfa685a787c38;hp=67eddcd295bd9d1adac21fc4e97506fca05f4bfa;hb=813127247a1100b1abe179dfba25795560eac864;hpb=a468b0d5579148771da716eaf357e5d45fc3211c is causing a build

[yocto] Package woes

2013-04-18 Thread Gary Thomas
This morning, I had built an image successfully using a slightly older Poky/Yocto master (af9ed97e30ac1a3a2b4e1062f2f8aee255d05972). Then I updated to master (90b98764555945a186562ca8d501a9585ce2b23f) Now, when I try to build an image (any 'rootfs' image), I get a ton of errors like these: | *

Re: [yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
On Apr 18, 2013, at 8:12 PM, Elvis Dowson elvis.dow...@gmail.com wrote: On Apr 18, 2013, at 7:58 PM, Trevor Woerner twoer...@gmail.com wrote: On Thu, Apr 18, 2013 at 11:37 AM, Elvis Dowson elvis.dow...@gmail.com wrote:

Re: [yocto] [poky] bash: oe-init-build-env: line 33: syntax error near unexpected token `elif'

2013-04-18 Thread Elvis Dowson
Hi, I think I know what happened. I briefly setup autocrlf=true in the global .gitconfig last week, and when I pull in all the latest commits, it ended up adding CRLF, and ended up causing issues. Even after disabling it, the damage already done to the local poky repository. Luckily I had

[yocto] Warning message building python packages

2013-04-18 Thread Ilya Dmitrichenko
Hi, I have posted my question on Stack Overflow: http://stackoverflow.com/questions/16090550/building-python-packages As the presence of OE users is on SO is not quite high, I though I might post the link here also. Cheers, -- Ilya ___ yocto mailing

Re: [yocto] runqemu: Could not initialize SDL(No available video device) - exiting

2013-04-18 Thread Rudolf Streif
Should YP be trying to build its own copy of libSDL (with the -devel) if it finds some part of libSDL (i.e. the header files) is missing from the host? This is almost like a host contamination issue, no? You are raising an interesting point to which I have no answer. YP has a recipe to build