]> code.ossystems Code Review - openembedded-core.git/commit
scripts: add script for relocating the SDK
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 31 Jul 2012 08:49:35 +0000 (11:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 14:23:14 +0000 (15:23 +0100)
commit3d366f4953962566f33a3d77d65ed0bd2c48f922
tree54d2dea7737edde93a3779da451a40afed0bc579
parent9bf657bbdfe7c1a9dff1cc121eab496e3e407197
scripts: add script for relocating the SDK

This script will be embedded in the SDK tarball and will be called by
the SDK installer. It replaces the interpreter path in all binaries and
it also changes the ld.so.cache and SYSDIRS in dynamic loader.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/relocate_sdk.py [new file with mode: 0755]