]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: simplify kernel configuration check expression
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 16 Sep 2011 18:38:01 +0000 (18:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Sep 2011 02:06:49 +0000 (03:06 +0100)
commit92e0d61f5bf15ca4eb262dfa3c533f9209a87915
tree6e243402ee091161dca46f38b8e59e3608db3ed6
parent40b52d9ed9b7b39bc86b3c87ae60fa6359cac265
linux-yocto: simplify kernel configuration check expression

kernel configuration validation takes place between two files. An
unprocessed configuration file (which is all the options found in
the various configuration fragments) and the final .config produced
by the lkc.

The unprocessed configuration file's name historically is based on
the name of the branch that was used to build the BSP. But with the
ability to map machine names to arbitrary branches, this is no longer
always true.

Searching for the pattern *-config-* in the meta subdirectory will
only match the config file, and frees the config validation phase
from being concerned with what branch was used to build the BSP.

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