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 wrote: > Hi Rich, > > On Tuesday 30 July 2013 11:43:43 Rich Bayliss wrote: >> I am trying to build for Raspberry Pi including "read-only-rootfs" in >

Re: [yocto] Recipe naming

2013-08-03 Thread Paul Barker
On 3 August 2013 12:17, Martin Jansa wrote: > > This should be discussed on oe-core ML rather then yocto ML. > I still get confused over which mailing list to post certain questions to. I'll start a fresh discussion on oe-core once I've had another think about this. -- Paul Barker Email: p...@

Re: [yocto] Recipe naming

2013-08-03 Thread Martin Jansa
On Sat, Aug 03, 2013 at 12:07:41PM +0100, Paul Barker wrote: > On 3 August 2013 11:52, Paul Barker wrote: > > Should I call this: > > > > "opkg_testing.bb" > > set PREFERRED_VERSION_opkg = "testing" to use > > > > Martin has just commented elsewhere that having this recipe in a meta-opkg

Re: [yocto] Recipe naming

2013-08-03 Thread Paul Barker
On 3 August 2013 11:52, Paul Barker wrote: > Should I call this: > > "opkg_testing.bb" > set PREFERRED_VERSION_opkg = "testing" to use > Martin has just commented elsewhere that having this recipe in a meta-opkg layer will always override the recipe in oe-core: > You probably know about

[yocto] Recipe naming

2013-08-03 Thread Paul Barker
I've looked at the OE versionning policy (http://www.openembedded.org/wiki/Versioning_Policy) and I can't quite figure out the correct name for my recipe from that. I have a testing branch for opkg which I would like to put a recipe for in a meta-opkg layer to simplify testing. The testing branch