Re: [yocto] managing layer priorities

2012-04-09 Thread Tomas Frydrych
Hi Paul, On 09/04/12 15:09, Paul Eggleton wrote: > On Monday 09 April 2012 14:58:49 Tomas Frydrych wrote: > I realise what you're trying to do, but you should bear in mind when you do > this you are relying on unintentional behaviour that may change in future. I am not sure whether unintentional

Re: [yocto] managing layer priorities

2012-04-09 Thread Paul Eggleton
On Monday 09 April 2012 14:58:49 Tomas Frydrych wrote: > On 09/04/12 14:04, Gary Thomas wrote: > > On 2012-04-09 00:18, Tomas Frydrych wrote: > >> On 08/04/12 23:28, Tomas Frydrych wrote: > >>> Is there a way to change the priority that a layer assigns itself in its > >>> layer.conf? E.g., I want t

Re: [yocto] managing layer priorities

2012-04-09 Thread Tomas Frydrych
On 09/04/12 14:04, Gary Thomas wrote: > On 2012-04-09 00:18, Tomas Frydrych wrote: >> On 08/04/12 23:28, Tomas Frydrych wrote: >>> Is there a way to change the priority that a layer assigns itself in its >>> layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I >>> want it to have

Re: [yocto] managing layer priorities

2012-04-09 Thread Gary Thomas
On 2012-04-09 00:18, Tomas Frydrych wrote: On 08/04/12 23:28, Tomas Frydrych wrote: Is there a way to change the priority that a layer assigns itself in its layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I want it to have a lower priority than the latter. Currently meta-yoc

Re: [yocto] managing layer priorities

2012-04-08 Thread Tomas Frydrych
On 08/04/12 23:28, Tomas Frydrych wrote: > Is there a way to change the priority that a layer assigns itself in its > layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I > want it to have a lower priority than the latter. Currently meta-yocto > gives itself "5" and meta-oe "6", I

[yocto] managing layer priorities

2012-04-08 Thread Tomas Frydrych
Hi, Is there a way to change the priority that a layer assigns itself in its layer.conf? E.g., I want to add meta-oe alongside of meta-yocto, but I want it to have a lower priority than the latter. Currently meta-yocto gives itself "5" and meta-oe "6", I'd like to change this without having to mod