yocto-kernel: make BBLAYERS parsing more robust
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 10 Jul 2013 14:11:44 +0000 (09:11 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jul 2013 17:23:39 +0000 (18:23 +0100)
commit6ffe923ef3114c32cd4381fb22862bedb45295ed
treed7985ed52a97f491001ca2bffd8d50bc204b6562
parent1799a024038789371f0991f8573e7e24d1250a88
yocto-kernel: make BBLAYERS parsing more robust

This allows the BBLAYERS parsing code to handle cases where BBLAYERS
is spread across multiple assignments or all on a single line, within
double or single quotes.

Fixes [YOCTO #3746].

(From meta-yocto rev: 4ab26d9e655bab0069ffe9b135557d943cf1f524)

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