Re: [OE-core] [PATCH 1/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-08 Thread Chong Lu
On 01/07/2015 05:20 PM, Paul Eggleton wrote: Hi Chong, On Wednesday 07 January 2015 14:35:42 Chong Lu wrote: It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have

Re: [OE-core] [PATCH 1/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-07 Thread Paul Eggleton
Hi Chong, On Wednesday 07 January 2015 14:35:42 Chong Lu wrote: It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have defined. Add a mechanism to fetch layers from layer

[OE-core] [PATCH 1/1] layerindex.bbclass: Add ability to fetch layers from layer index

2015-01-06 Thread Chong Lu
It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have defined. Add a mechanism to fetch layers from layer index and update bblayers.conf as appropriate. The layer index