summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-environment.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 9e8c4d1..7f0f506 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -60,12 +60,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
60 tibidabo) 60 tibidabo)
61 LAYERSCONF="bblayers.conf.tibidabo.sample" 61 LAYERSCONF="bblayers.conf.tibidabo.sample"
62 ;; 62 ;;
63 beagleboard|am335x-evm) 63 beaglebone|beagleboard|am335x-evm)
64 LAYERSCONF="bblayers.conf.ti.sample" 64 LAYERSCONF="bblayers.conf.ti.sample"
65 ;; 65 ;;
66 beaglebone)
67 LAYERSCONF="bblayers.conf.bbb.sample"
68 ;;
69 raspberrypi|raspberrypi2|raspberrypi3) 66 raspberrypi|raspberrypi2|raspberrypi3)
70 LAYERSCONF="bblayers.conf.rpi.sample" 67 LAYERSCONF="bblayers.conf.rpi.sample"
71 ;; 68 ;;