diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-10 16:52:37 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-10 09:43:14 +0000 |
commit | aeb915d89554e8792dfa01426026970814b384d2 (patch) | |
tree | 1138000d2e1c38e4b6b52c081d5de7a2d31d300e /scripts/setup-environment.sh | |
parent | 919eb326dee03987617865a397d1949a25f652d8 (diff) | |
download | meta-boot2qt-aeb915d89554e8792dfa01426026970814b384d2.tar.gz |
renesas: update to v3.9.0
Use the latest revision of meta-renesas and add support for the
E3 Ebisu board.
Task-number: QTBUG-68912
Task-number: QTBUG-68985
Change-Id: Ie15a69b606b1726b0404263ef9ac15a58f7258ae
Reviewed-by: Jani Launonen <jani.launonen@qt.io>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 077f3af..c019c3e 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -80,7 +80,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
80 | tegra-x1|tegra-t18x) | 80 | tegra-x1|tegra-t18x) |
81 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 81 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
82 | ;; | 82 | ;; |
83 | salvator-x|h3ulcb|m3ulcb) | 83 | salvator-x|h3ulcb|m3ulcb|ebisu) |
84 | LAYERSCONF="bblayers.conf.rcar-gen3.sample" | 84 | LAYERSCONF="bblayers.conf.rcar-gen3.sample" |
85 | ;; | 85 | ;; |
86 | emulator) | 86 | emulator) |