Re: [yocto] bash specific syntax in bbclass files

2013-05-02 Thread Paul Eggleton
On Wednesday 01 May 2013 19:13:19 seth bollinger wrote: I recently ran into a problem in meta-raspberrypi/classes/sdcard_image-rpi.bbclass The following was run through my default debian dash shell (I thought I switched a while back, but I must have reverted my VM image or something...).

[yocto] Antwort: Re: booting with systemd fails with poky 9.0.0 meta-ivi 4.0 meta-intel master

2013-05-02 Thread Felix01 Fischer
Hello, I've attached a file with the changes I made to local.conf, bblayers.conf some output from bitbake. I can build working images for qemux86, too The build process itself triggers no errors. As im building with MACHINE ??= crownbay I was able to locate

Re: [yocto] Antwort: Re: booting with systemd fails with poky 9.0.0 meta-ivi 4.0 meta-intel master

2013-05-02 Thread Andrei Gherzan
On Thu, May 2, 2013 at 10:08 AM, Felix01 Fischer felix01.fisc...@iav.dewrote: Hello, I've attached a file with the changes I made to local.conf, bblayers.conf some output from bitbake. I can build working images for qemux86, too The build process itself triggers no errors. As im building

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Paul Barker
On 1 May 2013 20:37, Andrei Gherzan and...@gherzan.ro wrote: That's something we should take a look at. It was introduced before me taking this layer and we need to tweak it a little bit (dependency too). If you cat take a loot at it would be great. Never tested it on board actually. And we

Re: [yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: Fix error in conditional test

2013-05-02 Thread Paul Barker
On 1 May 2013 20:10, Andrei Gherzan and...@gherzan.ro wrote: I think I asked Seth a while ago and he confirmed that bash was his shell. I thought about dash as well. But as a matter of fact we should remove bashisms and make things as usable as possible. So maybe his patch makes sense after

Re: [yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi.bbclass: Copy startup files required for 16MB GPU operation.

2013-05-02 Thread Paul Barker
On 1 May 2013 20:19, Andrei Gherzan and...@gherzan.ro wrote: Aa... I just can't make it work. My advice is to use git send-email too. You can cherry-pick it from my repository at the moment (https://bitbucket.org/betafive/meta-raspberrypi), but yes, git send-email is the way forward. --

Re: [yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi.bbclass: Copy startup files required for 16MB GPU operation.

2013-05-02 Thread Andrei Gherzan
Managed to apply it. Thanks. On Thu, May 2, 2013 at 1:37 PM, Paul Barker p...@paulbarker.me.uk wrote: On 1 May 2013 20:19, Andrei Gherzan and...@gherzan.ro wrote: Aa... I just can't make it work. My advice is to use git send-email too. You can cherry-pick it from my repository at

Re: [yocto] booting with systemd fails with poky 9.0.0 meta-ivi 4.0 meta-intel master

2013-05-02 Thread Behrens, Holger
Hello Felix, As you have successfully build and tried qemux86 machine IVI images, did you try to create a pristine (non-IVI) Poky image that uses systemd as init system already? Did that work for a crownbay machine? Regards, Holger ___ yocto mailing

[yocto] Please submit your unindexed layers

2013-05-02 Thread Paul Eggleton
Hi all, Even a cursory search of github reveals that there are a growing number of layers being worked on in the community that aren't currently listed in the OE layer index. I don't think it would be right for us to just add all of these in bulk as we don't necessarily have all the needed

Re: [yocto] [PATCH] libsemanage: drop flag: -Wno-unused-but-set-variable

2013-05-02 Thread Mark Hatle
On 5/1/13 6:02 PM, Randy MacLeod wrote: On 13-05-01 12:12 AM, Khem Raj wrote: On Apr 30, 2013, at 8:15 PM, Randy MacLeod randy.macl...@windriver.com wrote: The flag: -Wno-unused-but-set-variable isn't supported on older versions of gcc such as gcc-4.1.2 which is the native compiler for

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 7:27 AM, Paul Barker p...@paulbarker.me.uk wrote: What would be useful is a first boot task which resizes the rootfs to fill the SD card it's on without prompts. Should be easy to do with a postinst script and fdisk. In my opinion, what would be even better: - the build

Re: [yocto] Antwort: Re: booting with systemd fails with poky 9.0.0 meta-ivi 4.0 meta-intel master

2013-05-02 Thread Sarbu, Florin-Ionut (Florin)
What branch of meta-ivi are you using? -Original Message- From: Andrei Gherzan [and...@gherzan.romailto:and...@gherzan.ro] Sent: Thursday, May 02, 2013 04:27 AM Pacific Standard Time To: Felix01 Fischer Cc: yocto@yoctoproject.org; Sarbu, Florin-Ionut (Florin); Behrens, Holger Subject: Re:

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Paul Barker
On 2 May 2013 16:12, Trevor Woerner twoer...@gmail.com wrote: - a separate tool (which will probably need to be run as root) is used to actually format/create the SD device (using, say, sfdisk for automation) this way the last partition can be specified as use the rest of the disk - this tool

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 11:52 AM, Paul Barker p...@paulbarker.me.uk wrote: Sounds great though it may take a long time to copy files to an SD card (I noticed a similar opinion at http://www.raspbian.org/RaspbianInstaller). May be quicker to generate an image file with the correct size first

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Gary Thomas
On 2013-05-02 09:52, Paul Barker wrote: On 2 May 2013 16:12, Trevor Woerner twoer...@gmail.com wrote: - a separate tool (which will probably need to be run as root) is used to actually format/create the SD device (using, say, sfdisk for automation) this way the last partition can be specified

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 12:23 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-05-02 09:52, Paul Barker wrote: Sounds great though it may take a long time to copy files to an SD card (I noticed a similar opinion at http://www.raspbian.org/RaspbianInstaller). May be quicker to generate an image

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Andrei Gherzan
On Thu, May 2, 2013 at 6:23 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-05-02 09:52, Paul Barker wrote: On 2 May 2013 16:12, Trevor Woerner twoer...@gmail.com wrote: - a separate tool (which will probably need to be run as root) is used to actually format/create the SD device (using,

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 12:45 PM, Andrei Gherzan and...@gherzan.ro wrote: On 2 May 2013 16:12, Trevor Woerner twoer...@gmail.com wrote: - a separate tool (which will probably need to be run as root) is used to actually format/create the SD device (using, say, sfdisk for automation) this way the

Re: [yocto] [meta-raspberrypi] Zenity is in meta-gnome

2013-05-02 Thread Trevor Woerner
On Thu, May 2, 2013 at 11:52 AM, Paul Barker p...@paulbarker.me.uk wrote: Sounds great though it may take a long time to copy files to an SD card (I noticed a similar opinion at http://www.raspbian.org/RaspbianInstaller). May be quicker to generate an image file with the correct size first