summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-02-20 17:41:51 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-03-06 11:27:07 +0200
commita9c3de95cae581bfef2e47710ba396fdc967376d (patch)
treedfd808759fcb181f1faea107596c7649a38aa96e /scripts/setup-environment.sh
parent06f5b8ca2be5c85ba210fc51794ed13bf30f8618 (diff)
downloadmeta-boot2qt-a9c3de95cae581bfef2e47710ba396fdc967376d.tar.gz
Add Support for Raspberry Pi 2
Change-Id: Iaead44d45172f49427c4d513e31f5fbb29287990 Reviewed-by: Laszlo Agocs <laszlo.agocs@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 ad1405b..3439d90 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -64,7 +64,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
64 beaglebone) 64 beaglebone)
65 LAYERSCONF="bblayers.conf.bbb.sample" 65 LAYERSCONF="bblayers.conf.bbb.sample"
66 ;; 66 ;;
67 raspberrypi) 67 raspberrypi|raspberrypi2)
68 LAYERSCONF="bblayers.conf.rpi.sample" 68 LAYERSCONF="bblayers.conf.rpi.sample"
69 ;; 69 ;;
70 emulator) 70 emulator)