summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
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 /b2qt-init-build-env
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 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 686fdcf..cb40b6b 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -100,7 +100,7 @@ get_groups() {
100 beaglebone) 100 beaglebone)
101 PROJECT_GROUPS="bbb" 101 PROJECT_GROUPS="bbb"
102 ;; 102 ;;
103 raspberrypi) 103 raspberrypi|raspberrypi2)
104 PROJECT_GROUPS="rpi" 104 PROJECT_GROUPS="rpi"
105 ;; 105 ;;
106 emulator) 106 emulator)