]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: use src_patches for out of tree kernel feature support
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 16 Dec 2011 17:01:46 +0000 (12:01 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jan 2012 11:27:27 +0000 (11:27 +0000)
commitdca97bbdbfc88c91287e74eb6a3974277f1028b7
tree1498f5d67c937a753fa56241cb60833f17db135f
parent2f2c73ead531343c5b17e598637ddabd75d53a69
linux-yocto: use src_patches for out of tree kernel feature support

To support larger out of tree kernel features and enhanced patching schemes,
this changeset modifies the linux-yocto patching routines to call the
recently factored out 'src_patches' routine. Using the returned list of local
URIs for all valid patches, the logic can then determine whether or not
patches can be used in place, or need to be migrated and have re-usable
kernel features created. The results are then fed to the existing
infrastructure to be applied and commited to the tree.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass