kern-tools: fix custom repository BSP generation
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 15 Apr 2013 19:45:56 +0000 (12:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Apr 2013 21:35:28 +0000 (22:35 +0100)
commit1d71f82d684d48112e4f535643e6e298ad1b0fb4
tree6f2095a00caa4fd97c9978b4407854bcfdb40198
parent0166323e92010e20d2cc9eedcc2f324d708d3968
kern-tools: fix custom repository BSP generation

Updating the SCRCREV to pick up the following fix

    updateme: use absolute path for generated BSP descriptions

    When a custom BSP is used, a top level BSP is generated by the tools and fed
    to the build system just as a user defined BSP would be located and
    passed. The location of the generated file is placed in the top_tgt file,
    which is used by subsequent stages. A relative path was being placed into
    top_tgt, which binds the build to a particular directory structure and
    working directory.

    The location of parts of the build have changed, and this relative path is
    no longer accurate. Changing it to an absolute path solve the build issues
    related to custom BSPs.

(From OE-Core rev: 2d7b2478a3d48a5686afde790c378ee2f69b8e59)

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