aboutsummaryrefslogtreecommitdiffstats
path: root/coin
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:27:28 +0300
commita9f6a6b1d686601b827a8d6085ce131b4e2a6e83 (patch)
treec385f4d012bbc33800bd74b70fc8e9847397b013 /coin
parenta073d68be4d54c030903fc5a84a38d45b6eda371 (diff)
parentd113ffe26ed863296d5271ce8bd19af82b99e21a (diff)
Merge remote-tracking branch 'origin/thud' into warrior
* origin/thud: c9aa86c Merge remote-tracking branch 'origin/sumo' into thud eeb8907 Pull lfs files during initialization 9e76b43 Update automotive sha1s for 5.13.1 in thud branch 1635123 Merge remote-tracking branch 'origin/QtAS-5.12.4' into sumo d8a1f66 renesas: use new repo for proprierate binaries 0ab7521 coin: use gcc-7 for CI builds a0b9200 Update automotive sha1s in QtAS-5.12.4 branch 5d275d7 Update automotive sha1s in QtAS-5.12.4 branch 0407488 Update automotive sha1s in QtAS-5.12.4 branch 418de6c Add config for NXP i.MX8QXP Conflicts: b2qt-init-build-env meta-boot2qt-distro/conf/distro/include/rcar-gen3.inc scripts/manifest.xml scripts/setup-environment.sh Change-Id: I0b7970c277c1df7f39af8cb0d0f47b34ad69d4b0
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