scripts/lib/bsp/engine.py: refactor bsp-creation code
authorTom Zanussi <tom.zanussi@intel.com>
Fri, 18 Jan 2013 18:27:11 +0000 (12:27 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2013 13:05:39 +0000 (13:05 +0000)
commit645edf6c2c726424595609ef65d13329f2b1856b
treec7c4d0a9a344b5e57f6650035d5f25a2adfae296
parent913a9a63be4ebeea1c47e555d564dd2ea5dcb6cc
scripts/lib/bsp/engine.py: refactor bsp-creation code

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.

(From meta-yocto rev: 1527a0ee7bce08a527c9d80516531b17816dff17)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/engine.py