Re: [yocto] [PATCH] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-20 Thread Aníbal Limón
On 02/17/2017 04:41 PM, Christopher Larson wrote: > On Fri, Feb 17, 2017 at 3:39 PM, Christopher Larson > wrote: > >> On Fri, Feb 17, 2017 at 2:26 PM, Aníbal Limón < >> anibal.li...@linux.intel.com> wrote: >> >>> +parser.add_argument('-l', '--layer', metavar='LAYER_DIR', >>> +he

Re: [yocto] [PATCH] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-17 Thread Christopher Larson
On Fri, Feb 17, 2017 at 3:39 PM, Christopher Larson wrote: > On Fri, Feb 17, 2017 at 2:26 PM, Aníbal Limón < > anibal.li...@linux.intel.com> wrote: > >> +parser.add_argument('-l', '--layer', metavar='LAYER_DIR', >> +help='Layer to test compatibility with Yocto Project', >> +

Re: [yocto] [PATCH] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-17 Thread Christopher Larson
On Fri, Feb 17, 2017 at 2:26 PM, Aníbal Limón wrote: > +parser.add_argument('-l', '--layer', metavar='LAYER_DIR', > +help='Layer to test compatibility with Yocto Project', > +action='store', required=True) > The behavior of this argument is quite unintuitive. First, t

[yocto] [PATCH] yocto-compat-layer.py: Add script to YP Compatible Layer validation

2017-02-17 Thread Aníbal Limón
The yocto-compat-layer script serves as a tool to validate the alignament of a layer with YP Compatible Layers Programme [1], is based on an RFC sent to the ML to enable automatic testing of layers [2] that wants to be YP Compatible. The tool takes an layer (or set of layers) via command line opti