From a42496a9498739cb7362d11dd7c22d08b39ccbb9 Mon Sep 17 00:00:00 2001 From: Louai Al-Khanji Date: Mon, 14 Mar 2016 16:53:56 -0700 Subject: 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 --- b2qt-init-build-env | 3 +++ 1 file changed, 3 insertions(+) (limited to 'b2qt-init-build-env') 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() { emulator) PROJECT_GROUPS="emulator" ;; + alt|gose|koelsch|lager|porter|silk|stout) + PROJECT_GROUPS="renesas" + ;; *) echo "Unknown device configuration, including all meta layers" PROJECT_GROUPS="external" -- cgit v1.2.3-54-g00ecf