yocto-kernel: handle SRC_URIs in .bb files
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 13 Dec 2012 04:56:39 +0000 (22:56 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Dec 2012 16:54:34 +0000 (16:54 +0000)
commit82d7a063e2032a09b2c3893800726d19c34652c1
treedee99b705f348f8d657c35affd9d5f072ecae5ed
parent60894732db9a1260078152ef576a60dec7a19b78
yocto-kernel: handle SRC_URIs in .bb files

Previously we assumed we were always dealing with .bbappends.  With
custom kernels, we now have SRC_URIs in .bb files, so add .bb files to
the list of file types we examine and modify.

(From meta-yocto rev: 4200c5c99b7d61e05b0d9d1580e267e7d6d49760)

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