]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: generalize kernel config search pattern
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sat, 3 Sep 2011 03:03:24 +0000 (23:03 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Sep 2011 19:24:55 +0000 (20:24 +0100)
commitf072ddc43828ebe8df4dd7433726775dd547580b
treeda9db1a97fd9e6c2b67997020edd8a6a345f3290
parent3016f8f13e86034cc1c5686fc01a3bf39eb33d79
linux-yocto: generalize kernel config search pattern

After constructing a kernel configuration file it then needs
to be located in the tree so it can be audited against the
final .config. The previous string that was used for the search
pattern contains the kernel version. If the recipe space kernel
version and internal tree version are out of sync, this will
cause the constructed config to not be found. By removing the
version from the search string, we can still find out config and
gracefully adapt to minor version skew.

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