Re: [OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-30 Thread Aníbal Limón
On 03/30/2017 10:58 AM, Joshua Lock wrote: > On Thu, 2017-03-30 at 10:43 -0600, Aníbal Limón wrote: >> >> On 03/30/2017 10:13 AM, Patrick Ohly wrote: >>> On Thu, 2017-03-30 at 10:03 -0600, Aníbal Limón wrote: On 03/30/2017 12:02 AM, Patrick Ohly wrote: > On Wed, 2017-03-29 at 15:44

Re: [OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-30 Thread Joshua Lock
On Thu, 2017-03-30 at 10:43 -0600, Aníbal Limón wrote: > > On 03/30/2017 10:13 AM, Patrick Ohly wrote: > > On Thu, 2017-03-30 at 10:03 -0600, Aníbal Limón wrote: > > > > > > On 03/30/2017 12:02 AM, Patrick Ohly wrote: > > > > On Wed, 2017-03-29 at 15:44 -0600, Aníbal Limón wrote: > > > > ... > >

Re: [OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-30 Thread Aníbal Limón
On 03/30/2017 10:13 AM, Patrick Ohly wrote: > On Thu, 2017-03-30 at 10:03 -0600, Aníbal Limón wrote: >> >> On 03/30/2017 12:02 AM, Patrick Ohly wrote: >>> On Wed, 2017-03-29 at 15:44 -0600, Aníbal Limón wrote: >>> ... +show_help() { + printf "Usage: %s [-o output_log] [-h] LAYER_DIR

Re: [OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-30 Thread Patrick Ohly
On Thu, 2017-03-30 at 10:03 -0600, Aníbal Limón wrote: > > On 03/30/2017 12:02 AM, Patrick Ohly wrote: > > On Wed, 2017-03-29 at 15:44 -0600, Aníbal Limón wrote: > > ... > >> +show_help() { > >> + printf "Usage: %s [-o output_log] [-h] LAYER_DIR ...\n" $0 > >> +} > >> + > > ... > >>

Re: [OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-30 Thread Aníbal Limón
Sending to oe-core ml, i used wrong oe-core mail address, :/, Anibal On 03/30/2017 10:03 AM, Aníbal Limón wrote: > > > On 03/30/2017 12:02 AM, Patrick Ohly wrote: >> On Wed, 2017-03-29 at 15:44 -0600, Aníbal Limón wrote: >> ... >>> +show_help() { >>> + printf "Usage: %s [-o

[OE-core] [PATCH 2/2] scripts: Add yocto-compat-layer-wrapper

2017-03-29 Thread Aníbal Limón
This script will be used to create it's own environment to make runs of yocto-compat-layer.py againts layers isolated. It clones the oe-core and bitbake repository in a temporary folder and then calls yocto-compat-layer.py with specified LAYERS_DIRs to test. Example: $