Re: [yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-08-04 Thread Rich Bayliss
Sorry Paul - I am new to all this. I have checked and I am using Poky (1.4) Rich On 4 August 2013 23:35, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Sunday 04 August 2013 01:27:01 Rich Bayliss wrote: On 2 August 2013 13:47, Paul Eggleton paul.eggle...@linux.intel.com wrote

Re: [yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-08-03 Thread Rich Bayliss
I am using the standard sysvinit/systemd - I haven't specified either, so whichever is default. Cheers, Rich On 2 August 2013 13:47, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Rich, On Tuesday 30 July 2013 11:43:43 Rich Bayliss wrote: I am trying to build for Raspberry Pi

Re: [yocto] build crash

2013-07-30 Thread Rich Bayliss
that it is struggling to download that file. I just tried and I have access to it from here. -- Rich Bayliss ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-07-30 Thread Rich Bayliss
. However, after building my image I can SSH into the system and issue touch test to create a file in my home directory, then after a reboot it is still there. That isn't very read-only :) Am I missing something, or is this working incorrectly? -- Rich Bayliss

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-19 Thread Rich Bayliss
, that after a reboot of any kind it should remain blank. I have tested deleting /var/run/ifstate and pulling the plug, and it returns on next reboot. I think this might be the EXT4 recovery kicking in and putting the file back? -- Rich Bayliss ___ yocto

[yocto] Adding Python support to build

2013-07-19 Thread Rich Bayliss
? -- Rich Bayliss ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Adding Python support to build

2013-07-19 Thread Rich Bayliss
-math should do the trick. RDEPENDS_${PN} = python-math snip Rich Bayliss Best Regards, Maxin Thanks. That did the trick. I also needed 'select' so I added 'python-modules' for now. Will fine tune later. ___ yocto mailing list yocto

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 09:01, Andrei Gherzan and...@gherzan.ro wrote: On Wed, Jul 17, 2013 at 11:12 PM, Rich Bayliss richbayl...@gmail.com wrote: I am building rpi-basic-image and I get a successful build and first-run. My Pi gets an address over DHCP and I can login over SSH. However, if I

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 12:07, Paul Barker p...@paulbarker.me.uk wrote: On 18 July 2013 11:55, Rich Bayliss richbayl...@gmail.com wrote: Is this a known issue? Does anyone have any ideas? Could you try running 'ip addr' and 'ip link' instead of 'ifconfig'? Just wondering whether they query

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 14:50, Rich Bayliss richbayl...@gmail.com wrote: On 18 July 2013 12:28, Rich Bayliss richbayl...@gmail.com wrote: On 18 July 2013 12:07, Paul Barker p...@paulbarker.me.uk wrote: On 18 July 2013 11:55, Rich Bayliss richbayl...@gmail.com wrote: Is this a known issue? Does anyone

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 12:28, Rich Bayliss richbayl...@gmail.com wrote: On 18 July 2013 12:07, Paul Barker p...@paulbarker.me.uk wrote: On 18 July 2013 11:55, Rich Bayliss richbayl...@gmail.com wrote: Is this a known issue? Does anyone have any ideas? Could you try running 'ip addr' and 'ip link

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
, Gary Thomas g...@mlbassoc.com wrote: On 2013-07-18 08:07, Rich Bayliss wrote: On 18 July 2013 14:50, Rich Bayliss richbayl...@gmail.com wrote: On 18 July 2013 12:28, Rich Bayliss richbayl...@gmail.com wrote: On 18 July 2013 12:07, Paul Barker p...@paulbarker.me.uk wrote: On 18 July 2013 11

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 15:38, Gary Thomas g...@mlbassoc.com wrote: On 2013-07-18 08:20, Rich Bayliss wrote: Indeed. However the usage requirement of the system rely on being headless, and thus a power-pull is likely to happen. I guess the only way to rule this in/out would be run with a RO rootfs

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-17 Thread Rich Bayliss
up, while ifconfig show no interfaces, not even lo. If I do and ifdown eth0 followed by an ifup eth0 then my DHCP kicks in and everything is back to normal... until the next reboot. Is this a known issue? Does anyone have any ideas? -- Rich Bayliss