diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-02-12 10:52:07 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:38 +0000 |
commit | cf85c5a490b7044f2a5291c7df646248e81770f7 (patch) | |
tree | f505ed79bf872b358f29e563199fb723e7d7b977 /meta/recipes-core | |
parent | f51f28b7b927fde9489e244cb812b562f28bbafa (diff) | |
download | poky-cf85c5a490b7044f2a5291c7df646248e81770f7.tar.gz |
toolchain-shar-extract: Add post-relocate scripts
Recipes can now install post-relocation scripts which will be run when
the SDK is installed.
(From OE-Core rev: 93ec145f421a45077b40ae99ee6a96bc11f91f18)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/meta-environment.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-environment.bb b/meta/recipes-core/meta/meta-environment.bb index 29da121a3a..09f757a087 100644 --- a/meta/recipes-core/meta/meta-environment.bb +++ b/meta/recipes-core/meta/meta-environment.bb | |||
@@ -55,6 +55,8 @@ create_sdk_files() { | |||
55 | 55 | ||
56 | # Add version information | 56 | # Add version information |
57 | toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS} | 57 | toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS} |
58 | |||
59 | toolchain_create_post_relocate_script ${SDK_OUTPUT}/${SDKPATH}/post-relocate-setup.sh | ||
58 | } | 60 | } |
59 | 61 | ||
60 | do_install() { | 62 | do_install() { |