diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-12-20 09:30:46 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-10 09:43:19 +0000 |
commit | ed0f0bfceb44cd431fe65e94e6952c486332a42c (patch) | |
tree | d342d12573753bf5bc773232ee955cd0e1400cb3 /b2qt-init-build-env | |
parent | aeb915d89554e8792dfa01426026970814b384d2 (diff) | |
download | meta-boot2qt-ed0f0bfceb44cd431fe65e94e6952c486332a42c.tar.gz |
renesas: support for RCar-3 D3 DRAAK
meta-renesas has support for the D3 Draak board only in version
Renesas-Yocto-v2.22.0.1_D3 version. Other Renesas boards are already
using more recent verions. Checkout the D3 specific version
in a different directory, so that all Reneasas boards can be supported.
renesas-rcar-gen3 repo has been updated with D3 drivers from
D3_Linux_2.23.01_BSP_3D BSP package.
Task-number: QTBUG-68925
Change-Id: If8283d31945b375ce4256a15132e185e0d676800
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-x | b2qt-init-build-env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env index baa4acd..f39a940 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env | |||
@@ -139,6 +139,9 @@ get_groups() { | |||
139 | salvator-x|h3ulcb|m3ulcb|ebisu) | 139 | salvator-x|h3ulcb|m3ulcb|ebisu) |
140 | PROJECT_GROUPS="renesas-gen3" | 140 | PROJECT_GROUPS="renesas-gen3" |
141 | ;; | 141 | ;; |
142 | draak) | ||
143 | PROJECT_GROUPS="renesas-draak" | ||
144 | ;; | ||
142 | *) | 145 | *) |
143 | echo "Unknown device configuration, including all meta layers" | 146 | echo "Unknown device configuration, including all meta layers" |
144 | PROJECT_GROUPS="external" | 147 | PROJECT_GROUPS="external" |