summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-09-10 18:19:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-11 18:02:55 +0100
commit429802fe6691c8a70ec9735c0db4c6a4e1e1b038 (patch)
tree8bbd8011c093a73172d52a2e01749c77441665ea /meta/files
parent51e392106e9858eb321bc5597556d9a44bd06c49 (diff)
downloadpoky-429802fe6691c8a70ec9735c0db4c6a4e1e1b038.tar.gz
classes/populate_sdk_base: enable adding custom commands to SDK install script1.7_M3
Add an SDK_POST_INSTALL_COMMAND variable which allows additional commands to be added towards the end of the SDK install script, for e.g. additional processing that needs to be done as part of installing the SDK. (From OE-Core rev: 10df0718d6a626d99beb68cde8d914ee0820d7eb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r--meta/files/toolchain-shar-template.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/files/toolchain-shar-template.sh b/meta/files/toolchain-shar-template.sh
index a37d6ff786..02035d4539 100644
--- a/meta/files/toolchain-shar-template.sh
+++ b/meta/files/toolchain-shar-template.sh
@@ -169,6 +169,8 @@ done
169 169
170echo done 170echo done
171 171
172@SDK_POST_INSTALL_COMMAND@
173
172# delete the relocating script, so that user is forced to re-run the installer 174# delete the relocating script, so that user is forced to re-run the installer
173# if he/she wants another location for the sdk 175# if he/she wants another location for the sdk
174if [ $savescripts = 0 ] ; then 176if [ $savescripts = 0 ] ; then