summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 1a72d28..5825bf1 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -77,6 +77,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
77 intel-corei7-64) 77 intel-corei7-64)
78 LAYERSCONF="bblayers.conf.intel.sample" 78 LAYERSCONF="bblayers.conf.intel.sample"
79 ;; 79 ;;
80 nvidia-logan)
81 LAYERSCONF="bblayers.conf.nvidia-logan.sample"
82 ;;
80 tegra-x1|tegra-t18x) 83 tegra-x1|tegra-t18x)
81 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 84 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
82 ;; 85 ;;