kern-tools: fix non-local patch/config location
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 12 Apr 2013 02:16:33 +0000 (02:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Apr 2013 16:00:45 +0000 (17:00 +0100)
commit56fb4322abb34b21818d6838336a700cf59b19db
tree1c8b53a3c956b817752d86b245ada93d1674e4d9
parenta3c5466b9485516619f7ffce0235d6711769cd8b
kern-tools: fix non-local patch/config location

A regression was introduced when implementing the ability to restrict
configuration values via include directives. Only patch and config files that
were local to a feature directory could be found. While this doesn't impact
most users of the tools, it is an issue that needs to be fixed.

Additionally, the regex that detected flags passed to includes was not
specific enough, and unfortunately named feature files would match. This
resulted in features like standard-nocfg.scc inhibiting all configuration
items, even base configs.

This change also bumps the linux-yocto 3.4 and 3.8 PR values to ensure
that kernels will be rebuilt once this change is active.

(From OE-Core rev: ddce9f375c626ef2c86f48612b3d7a24e3111b0b)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb
meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
meta/recipes-kernel/linux/linux-yocto_3.4.bb
meta/recipes-kernel/linux/linux-yocto_3.8.bb