diff options
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index b6c4710..a556e4f 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -77,12 +77,12 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
77 | tegra-x1|tegra-t18x) | 77 | tegra-x1|tegra-t18x) |
78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
79 | ;; | 79 | ;; |
80 | alt|gose|koelsch|lager|porter|silk|stout) | ||
81 | LAYERSCONF="bblayers.conf.rcar-gen2.sample" | ||
82 | ;; | ||
83 | emulator) | 80 | emulator) |
84 | LAYERSCONF="bblayers.conf.emulator.sample" | 81 | LAYERSCONF="bblayers.conf.emulator.sample" |
85 | ;; | 82 | ;; |
83 | jetson-tx1|jetson-tk1) | ||
84 | LAYERSCONF="bblayers.conf.jetson.sample" | ||
85 | ;; | ||
86 | *) | 86 | *) |
87 | LAYERSCONF="bblayers.conf.sample" | 87 | LAYERSCONF="bblayers.conf.sample" |
88 | echo "Unknown MACHINE, bblayers.conf might need manual editing" | 88 | echo "Unknown MACHINE, bblayers.conf might need manual editing" |