summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-04-25 13:29:28 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-05-02 10:02:05 +0000
commit826f775182ee541cd8e82b6d6264b8527f036b2e (patch)
treece4478a0f01e853bcff704105f04374625a70038 /scripts/setup-environment.sh
parent8521f121d3c7d5ced67abf44dff73021437e7a87 (diff)
downloadmeta-boot2qt-826f775182ee541cd8e82b6d6264b8527f036b2e.tar.gz
Add support for Renesas R-Car Gen3 boards
Support for Salvator-X (H3/M3), H3 and M3 Starter Kits. Requires driver package installed as instructed in meta-renesas and correct SOC_FAMILY set in the local.conf For Qt Company internal builds, required driver packages are in the renesas-rcar-gen3 git repository. Change-Id: I051591f98f773a1453f531ae1b49cb2f18ce93bd Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index f29832d..85820e3 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -77,6 +77,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
77 tegra-x1|tegra-t18x) 77 tegra-x1|tegra-t18x)
78 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 78 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
79 ;; 79 ;;
80 salvator-x|h3ulcb|m3ulcb)
81 LAYERSCONF="bblayers.conf.rcar-gen3.sample"
82 ;;
80 emulator) 83 emulator)
81 LAYERSCONF="bblayers.conf.emulator.sample" 84 LAYERSCONF="bblayers.conf.emulator.sample"
82 ;; 85 ;;