aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-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