[OE-core] [PATCH] classes/patch: optionally return non-patch sources

Richard Purdie richard.purdie at linuxfoundation.org
Fri Feb 3 16:51:50 UTC 2012


On Wed, 2012-02-01 at 13:55 -0500, Bruce Ashfield wrote:
> commit:
> 
>   patch.bbclass: abstract out logic that determines patches to apply
> 
> gives the ability for other clases to emit series files for use outside
> of a build system, or even within the build system. There are sometimes
> elements on the SRC_URI that while not directly applicable to patching,
> can be related to patching the package. For example, the yocto kernel
> class would like to know about these other source items on the SRC_URI
> to locate out of tree kernel features.
> 
> This change keeps the default behaviour of returning patches, but adds the
> ability to request that non-patch results be returned.  Additional filtering
> within the non-patch category, is left up to the caller of the routine.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>  meta/classes/patch.bbclass |    9 ++++++++-
>  1 files changed, 8 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list