From ed0f0bfceb44cd431fe65e94e6952c486332a42c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 20 Dec 2017 09:30:46 +0200 Subject: 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 --- 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 baa4acd..f39a940 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env @@ -139,6 +139,9 @@ get_groups() { salvator-x|h3ulcb|m3ulcb|ebisu) PROJECT_GROUPS="renesas-gen3" ;; + draak) + PROJECT_GROUPS="renesas-draak" + ;; *) echo "Unknown device configuration, including all meta layers" PROJECT_GROUPS="external" -- cgit v1.2.3-54-g00ecf