yocto-bsp: remove patch-related SRC_URI processing
authorTom Zanussi <tom.zanussi@intel.com>
Thu, 13 Dec 2012 04:56:40 +0000 (22:56 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Dec 2012 16:54:34 +0000 (16:54 +0000)
commit0ae4e14d608093d655cd64cac213a0c3c8f1e49c
treea7778bca323572faeb57372c0de44d28f018ecc4
parent82d7a063e2032a09b2c3893800726d19c34652c1
yocto-bsp: remove patch-related SRC_URI processing

We no longer have to include patches in the SRC_URI, since things now
work using only patch in the .scc file, so remove anything to do with
maintaining patches in the SRC_URI and fix up all previous users of
that code.

(From meta-yocto rev: 8f3cd1f80f898d963797bc96b3fe599f7f8ea343)

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