aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-09-17 13:15:51 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2019-09-18 15:33:58 +0300
commitd6fde3b36ce23e734a19d22fc702e7f749f8b9ef (patch)
treec385f4d012bbc33800bd74b70fc8e9847397b013 /coin/module_config.yaml
parenta073d68be4d54c030903fc5a84a38d45b6eda371 (diff)
parenta9f6a6b1d686601b827a8d6085ce131b4e2a6e83 (diff)
Merge "Merge remote-tracking branch 'origin/thud' into warrior"
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 531c20c8..103c715c 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -50,6 +50,12 @@ build_instructions:
- type: ChangeDirectory
directory: "{{.BuildDir}}"
- type: ExecuteCommand
+ command: ["sudo", "ln", "-sf", "gcc-7", "/usr/bin/gcc"]
+ userMessageOnFailure: "Could not create link for gcc-7"
+ - type: ExecuteCommand
+ command: ["sudo", "ln", "-sf", "g++-7", "/usr/bin/g++"]
+ userMessageOnFailure: "Could not create link for g++-7"
+ - type: ExecuteCommand
command: ["sudo", "mkdir", "-p", "/mnt/yocto-cache"]
userMessageOnFailure: "Could not create '/mnt/yocto-cache' directory"
- type: ExecuteCommand