yocto-bsp: generate default properties even if json specified
authorTom Zanussi <tom.zanussi@intel.com>
Tue, 7 Aug 2012 21:11:14 +0000 (16:11 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Aug 2012 13:47:05 +0000 (14:47 +0100)
commitc7f7a4592463d318832ac82f0d6883273d751c46
treea963501364784d4c66629b79da057e79e415997f
parent45458c3394f37187b5b8a23a70054c6c6819abcc
yocto-bsp: generate default properties even if json specified

Users seem to want to specify incomplete property sets when using json
input.  Allow this by generating default properties before the
user-specified properties are applied; the user will then get the
defaults for any unspecified values, and avoid cryptic backtraces.

(From meta-yocto rev: 3f0361f77cf64844da93ba4a76c42cd5befff5ad)

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