diff options
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 7f0f506..9e8c4d1 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -60,9 +60,12 @@ 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 | beaglebone|beagleboard|am335x-evm) | 63 | 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 | ;; | ||
66 | raspberrypi|raspberrypi2|raspberrypi3) | 69 | raspberrypi|raspberrypi2|raspberrypi3) |
67 | LAYERSCONF="bblayers.conf.rpi.sample" | 70 | LAYERSCONF="bblayers.conf.rpi.sample" |
68 | ;; | 71 | ;; |