summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-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 9b40650..5825bf1 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -68,12 +68,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
68 tibidabo) 68 tibidabo)
69 LAYERSCONF="bblayers.conf.tibidabo.sample" 69 LAYERSCONF="bblayers.conf.tibidabo.sample"
70 ;; 70 ;;
71 beagleboard|am335x-evm) 71 beagleboard|beaglebone|am335x-evm)
72 LAYERSCONF="bblayers.conf.ti.sample" 72 LAYERSCONF="bblayers.conf.ti.sample"
73 ;; 73 ;;
74 beaglebone)
75 LAYERSCONF="bblayers.conf.bbb.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 ;;