]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-template.sh: Make relocation optional.
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 23 Feb 2015 17:00:40 +0000 (17:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 18:00:11 +0000 (18:00 +0000)
commit9721378688a05cd8d8443c6ee4be823e5c0688f6
tree50a7403101ca9c226c9e975f51627559ff84031d
parent62930ea37cfd5ba787ee85bc8dab23c20a775253
toolchain-shar-template.sh: Make relocation optional.

If the buildsystem is copied into the sdk and its toolchain is to
be used, then the relocation provided in toolchain-shar-template.sh
isn't needed and will actually fail.

So break the relocation aspect out and essentially make it another
SDK_POST_INSTALL_COMMAND script.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass
meta/files/toolchain-shar-extract.sh [moved from meta/files/toolchain-shar-template.sh with 64% similarity]
meta/files/toolchain-shar-relocate.sh [new file with mode: 0644]