From 93ec145f421a45077b40ae99ee6a96bc11f91f18 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Mon, 12 Feb 2018 10:52:07 -0600 Subject: toolchain-shar-extract: Add post-relocate scripts Recipes can now install post-relocation scripts which will be run when the SDK is installed. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- meta/recipes-core/meta/meta-environment.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/meta') 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() { # Add version information toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS} + + toolchain_create_post_relocate_script ${SDK_OUTPUT}/${SDKPATH}/post-relocate-setup.sh } do_install() { -- cgit 1.2.3-korg