diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-12 02:16:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-12 17:00:13 +0100 |
commit | ddce9f375c626ef2c86f48612b3d7a24e3111b0b (patch) | |
tree | 89625c97f136b5a505b147fe26a4eec96d27cc31 /meta/recipes-kernel/kern-tools | |
parent | 60fabb6ea0474b19ad57873b402a608a92c5a5d4 (diff) | |
download | openembedded-core-ddce9f375c626ef2c86f48612b3d7a24e3111b0b.tar.gz openembedded-core-ddce9f375c626ef2c86f48612b3d7a24e3111b0b.tar.bz2 openembedded-core-ddce9f375c626ef2c86f48612b3d7a24e3111b0b.zip |
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.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kern-tools')
-rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 9dcd896bcf..acef4b5889 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c DEPENDS = "git-native guilt-native" -SRCREV = "e3f59062bc594239856549e165c9e373cbbac1d6" +SRCREV = "7a3170d96e142ce85a958f5b22e45f68f785f58d" PR = "r12" PV = "0.1+git${SRCPV}" |