summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-04-04 12:36:15 +0300
committerRisto Avila <risto.avila@theqtcompany.com>2016-04-05 07:58:23 +0000
commit2d926de7f7ccb9f5cb22fb22360207780f920752 (patch)
treecafc683293aa287e47d7b6bc83fb26c8ca8bfb20 /scripts/setup-environment.sh
parent431c82aefd72d6eb7a73b704bc7c6dadcd9295c5 (diff)
downloadmeta-boot2qt-2d926de7f7ccb9f5cb22fb22360207780f920752.tar.gz
Add Support for Raspberry Pi 3
Change-Id: I1220cce68059328512e52b7f5a9af7110dd9578c Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index b25a4cc..c3b229c 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -66,7 +66,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
66 beaglebone) 66 beaglebone)
67 LAYERSCONF="bblayers.conf.bbb.sample" 67 LAYERSCONF="bblayers.conf.bbb.sample"
68 ;; 68 ;;
69 raspberrypi|raspberrypi2) 69 raspberrypi|raspberrypi2|raspberrypi3)
70 LAYERSCONF="bblayers.conf.rpi.sample" 70 LAYERSCONF="bblayers.conf.rpi.sample"
71 ;; 71 ;;
72 nuc) 72 nuc)