summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 19f7ffa..1fb4d89 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -72,8 +72,11 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
72 intel-corei7-64) 72 intel-corei7-64)
73 LAYERSCONF="bblayers.conf.intel.sample" 73 LAYERSCONF="bblayers.conf.intel.sample"
74 ;; 74 ;;
75 nvidia-logan|tegra-x1|tegra-t18x) 75 nvidia-logan)
76 LAYERSCONF="bblayers.conf.nvidia.sample" 76 LAYERSCONF="bblayers.conf.nvidia-logan.sample"
77 ;;
78 tegra-x1|tegra-t18x)
79 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
77 ;; 80 ;;
78 emulator) 81 emulator)
79 LAYERSCONF="bblayers.conf.emulator.sample" 82 LAYERSCONF="bblayers.conf.emulator.sample"