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 1fb4d89..0f13a59 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -78,6 +78,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
78 | tegra-x1|tegra-t18x) | 78 | tegra-x1|tegra-t18x) |
79 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 79 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
80 | ;; | 80 | ;; |
81 | alt|gose|koelsch|lager|porter|silk|stout) | ||
82 | LAYERSCONF="bblayers.conf.rcar-gen2.sample" | ||
83 | ;; | ||
81 | emulator) | 84 | emulator) |
82 | LAYERSCONF="bblayers.conf.emulator.sample" | 85 | LAYERSCONF="bblayers.conf.emulator.sample" |
83 | ;; | 86 | ;; |