Re: [OE-core] [PATCH v2 25/28] oeqa/oetest.py: SDK{Ext, } improve host and target manifest load.

2016-02-04 Thread Paul Eggleton
On Tue, 02 Feb 2016 18:30:37 Aníbal Limón wrote: > Don't pass variable name instead of it expands the host and target > manifest at init of the classes. > > Signed-off-by: Aníbal Limón > --- > meta/lib/oeqa/oetest.py | 16 > 1 file changed, 8

Re: [OE-core] [PATCH v2 25/28] oeqa/oetest.py: SDK{Ext, } improve host and target manifest load.

2016-02-04 Thread Aníbal Limón
Ok agreed. On 02/04/2016 12:35 PM, Paul Eggleton wrote: > On Tue, 02 Feb 2016 18:30:37 Aníbal Limón wrote: >> Don't pass variable name instead of it expands the host and target >> manifest at init of the classes. >> >> Signed-off-by: Aníbal Limón >> --- >>

[OE-core] [PATCH v2 25/28] oeqa/oetest.py: SDK{Ext, } improve host and target manifest load.

2016-02-02 Thread Aníbal Limón
Don't pass variable name instead of it expands the host and target manifest at init of the classes. Signed-off-by: Aníbal Limón --- meta/lib/oeqa/oetest.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/lib/oeqa/oetest.py