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

2013-05-08 Thread Paul Barker
On 2 May 2013 17:45, Andrei Gherzan wrote: > > So that script was just a helper to make things easier for the user. > > On the other hand i'm pretty sure nobody uses it. Probably because is > outdated and seems to come from other project - which is true :). So if we > decide to keep it we need to

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

2013-05-04 Thread Paul Barker
On 2 May 2013 17:35, Trevor Woerner wrote: > > If I knew the best way to integrate it with Yocto, I'd submit patches > to include it. But for the time-being I'll just mention it :-) > Maybe take a look at how the existing SD card image for the raspberrypi is generated? The relevant file is classe

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 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 then dd that to the c

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 wrote: >>> On 2 May 2013 16:12, Trevor Woerner 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 b

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 wrote: > On 2013-05-02 09:52, Paul Barker wrote: > >> On 2 May 2013 16:12, Trevor Woerner 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 >>> autom

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 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 file wit

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 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

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 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 then dd that to the c

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

2013-05-02 Thread Paul Barker
On 2 May 2013 16:12, Trevor Woerner 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 unpacks the

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 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 system is instruct

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

2013-05-02 Thread Paul Barker
On 1 May 2013 20:37, Andrei Gherzan 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 > need to make i

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

2013-05-01 Thread Andrei Gherzan
On Sat, Apr 27, 2013 at 05:14:22PM +0100, Paul Barker wrote: > rpi-first-run-wizard depends on zenity, which is in meta-gnome. > However the README file for meta-raspberrypi says only oe-core and > meta-oe layers are required (lines 105 and 106 of the current README). > > I'd say the 2 possible sol

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

2013-04-27 Thread Paul Barker
rpi-first-run-wizard depends on zenity, which is in meta-gnome. However the README file for meta-raspberrypi says only oe-core and meta-oe layers are required (lines 105 and 106 of the current README). I'd say the 2 possible solutions are either listing meta-gnome as a layer dependency or re-writi