diff options
author | Andy Nichols <andy.nichols@theqtcompany.com> | 2015-02-20 17:41:51 +0100 |
---|---|---|
committer | Andy Nichols <andy.nichols@theqtcompany.com> | 2015-03-06 11:27:07 +0200 |
commit | a9c3de95cae581bfef2e47710ba396fdc967376d (patch) | |
tree | dfd808759fcb181f1faea107596c7649a38aa96e /scripts | |
parent | 06f5b8ca2be5c85ba210fc51794ed13bf30f8618 (diff) | |
download | meta-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')
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
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) |