Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-04-16 Thread Christopher Larson
On Thu, Jan 29, 2015 at 6:22 PM, Chong Lu chong...@windriver.com wrote: ping While I like the concept, re-implementing the file parsing is not ideal. It also traverses the filesystem rather than obeying the layer BBFILES. There are a number of issues with that. -- Christopher Larson clarson

Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-01-29 Thread Chong Lu
ping //Chong On 12/25/2014 05:45 PM, Chong Lu wrote: * Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the

Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-01-19 Thread Chong Lu
ping On 12/25/2014 05:45 PM, Chong Lu wrote: * Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the layer is

[OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2014-12-25 Thread Chong Lu
* Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the layer is included but DISTRO is not set to point to one