diff options
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 2f8264b..d9a6713 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -83,6 +83,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
83 | emulator) | 83 | emulator) |
84 | LAYERSCONF="bblayers.conf.emulator.sample" | 84 | LAYERSCONF="bblayers.conf.emulator.sample" |
85 | ;; | 85 | ;; |
86 | jetson-tx1|jetson-tk1) | ||
87 | LAYERSCONF="bblayers.conf.jetson.sample" | ||
88 | ;; | ||
86 | *) | 89 | *) |
87 | LAYERSCONF="bblayers.conf.sample" | 90 | LAYERSCONF="bblayers.conf.sample" |
88 | echo "Unknown MACHINE, bblayers.conf might need manual editing" | 91 | echo "Unknown MACHINE, bblayers.conf might need manual editing" |