kern-tools: fix do_patch errors
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 9 May 2012 03:42:24 +0000 (23:42 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 May 2012 20:01:51 +0000 (21:01 +0100)
commit9dae60c69719c2e6acd0ffa8bc8e1cf66af73c77
tree2cdc1eda94599dc6e47d67239cb6dce58d7cd64c
parentf1c61b216278c67073401a125faf0fa79e2b6c99
kern-tools: fix do_patch errors

The linux-yocto repository and scripts can support a mode of
meta data management that merges a base meta branch to every
BSP branch. In this case, the scripts don't have to restore
a checkpoint for the meta data to be globally accessible.

The decision to restore or not is made based on whether or
not the meta branch is part of all branches or not.

The linux-yocto recipes have a sanity check to determine if
the requested SRCREV for meta data matches the head of the
meta branch (via do_validate_branches). If the wrong commit
is at the head, the meta branch is moved aside and the branch
reset to the right commit. This creates two meta branches that
contain the base meta data.

The test for integrated meta data mistakes this for a globally
merged set of meta data and doesn't restore the checkpoint, which
leads to build failures.

The immediate fix is to allow two branches to have the meta
data. The long term fix is to make the detection only consider
if the build branch contains the meta data.

(From OE-Core rev: bd794b92d12ceda2728520701e980b7a3cabd23d)

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