aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-09-16 16:33:41 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-17 07:39:15 +0300
commitd113ffe26ed863296d5271ce8bd19af82b99e21a (patch)
treef2dc54ccdccc338cde8ad31d140769a4ba5779cd /coin/module_config.yaml
parent9e76b438370efa43e4e72b414fd3de2248ddc395 (diff)
parentc9aa86c7d62c1d271b81925f8eb29d913cbd0a2e (diff)
Merge "Merge remote-tracking branch 'origin/sumo' into thud"
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 4bdfd63d..8f6bc582 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -58,6 +58,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