summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2016-03-14 16:53:56 -0700
committerLouai Al-Khanji <louai.al-khanji@qt.io>2016-05-10 15:26:17 +0000
commita42496a9498739cb7362d11dd7c22d08b39ccbb9 (patch)
treeb6a6e84fcc9c69f81689979a043234ff748bab8d /b2qt-init-build-env
parent4a0beee17a7b3be144771363920419604f1facec (diff)
downloadmeta-boot2qt-a42496a9498739cb7362d11dd7c22d08b39ccbb9.tar.gz
Add Support for Renesas R-Car Gen2 Devices
I have only personally tested the porter build as it's the only device I have, but getting the others to work as well should be straight forward. Please see the note in conf/distro/include/rcar-gen2.inc about the binary drivers. The documentation we ship with Qt Creator should expand on how to install the drivers. Additionally we must check with Renesas how we could redistribute prebuilt images if we want to do that. Change-Id: I82e03aad9b43bee068aaa0472aeac4d394f049a8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env3
1 files changed, 3 insertions, 0 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 7db1c56..1676014 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -131,6 +131,9 @@ get_groups() {
131 emulator) 131 emulator)
132 PROJECT_GROUPS="emulator" 132 PROJECT_GROUPS="emulator"
133 ;; 133 ;;
134 alt|gose|koelsch|lager|porter|silk|stout)
135 PROJECT_GROUPS="renesas"
136 ;;
134 *) 137 *)
135 echo "Unknown device configuration, including all meta layers" 138 echo "Unknown device configuration, including all meta layers"
136 PROJECT_GROUPS="external" 139 PROJECT_GROUPS="external"