Re: [yocto] [PATCH 5/5] scripts/lib/bsp/engine.py: refactor bsp-creation code

2012-12-19 Thread Darren Hart
On 12/17/2012 09:51 AM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > This does a bit of refactoring of the bsp-generation code to make it > generically reusable for generating non-bsp layers. > > The first user remains the existing yocto-bsp tool; these changes > allow a second user, the

[yocto] [PATCH 5/5] scripts/lib/bsp/engine.py: refactor bsp-creation code

2012-12-17 Thread tom . zanussi
From: Tom Zanussi This does a bit of refactoring of the bsp-generation code to make it generically reusable for generating non-bsp layers. The first user remains the existing yocto-bsp tool; these changes allow a second user, the new yocto-layer tool, to use the same code. Signed-off-by: Tom Za