yocto-bsp: enable property value display of nested properties
authorTom Zanussi <tom.zanussi@intel.com>
Wed, 11 Apr 2012 19:05:08 +0000 (14:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Apr 2012 21:58:14 +0000 (22:58 +0100)
commitaf0976df0273dd9ea32606f7fec97d04af0c8d05
treee17347deedbc65c92f2c036870dbbc023d2197d7
parenta4b19d225e7e9f087aa8d7008f5a17fc65e23e4e
yocto-bsp: enable property value display of nested properties

Previous versions of yocto-bsp mapped every input element to a unique
variable name, which is what the current property value display code
expects.  When that was changed to a nested form, the display code
wasn't updated to match - this updated does that.

Fixes [YOCTO #2222]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
scripts/lib/bsp/engine.py
scripts/lib/bsp/kernel.py