]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: .diff is a valid patch extension
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 17 Apr 2012 22:01:44 +0000 (18:01 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 22:15:24 +0000 (23:15 +0100)
commit0ade3f26f40b67d7296725b1e956c46be9a86089
tree72151b358cd83be4e6cbc5c0eedc6d100d49eada
parent9c08dcf468fd41897627d9efc650c74f8f5d8ed0
linux-yocto: .diff is a valid patch extension

In fixing an existing patch migration bug, the list of valid extensions
got out of sync from the core patch class. As a result, valid patches
were not being applied to the tree.

Updating the tools to migrate .diff files fixes the issue.

Also in this fix is the removal of .patch in the find_sccs() routine, since
it will never be returned by patch.bbclass when all non-patches are
requested, it is simply confusing.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb