summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-08-10 15:10:30 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-08-14 04:24:39 +0000
commit17747110065d6d1482fb5786773c27d78f7c8bac (patch)
tree6069e73433a5141bea852a254021f596945d3112 /scripts/setup-environment.sh
parent14fbbe3113d0ebb0600b915e8bd59b6c433d4dba (diff)
downloadmeta-boot2qt-17747110065d6d1482fb5786773c27d78f7c8bac.tar.gz
ti: remove all support for TI boards
am335x-evm, beagleboard and beaglebone are no longer supported or maintained, so builds are no longer working. Remove all recipes and configurations for them. Task-number: QTBUG-69047 Change-Id: I1787187363386c6ace00077e6291c7ac591d5e12 Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 3045e3c..c66c626 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -71,9 +71,6 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
71 smarc-samx6i) 71 smarc-samx6i)
72 LAYERSCONF="bblayers.conf.smx6.sample" 72 LAYERSCONF="bblayers.conf.smx6.sample"
73 ;; 73 ;;
74 beagleboard|beaglebone|am335x-evm)
75 LAYERSCONF="bblayers.conf.ti.sample"
76 ;;
77 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3) 74 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3)
78 LAYERSCONF="bblayers.conf.rpi.sample" 75 LAYERSCONF="bblayers.conf.rpi.sample"
79 ;; 76 ;;