diff options
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 5ee1ad0..1a72d28 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -57,7 +57,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}} | |||
57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | 57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then |
58 | case ${MACHINE} in | 58 | case ${MACHINE} in |
59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) | 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) |
60 | LAYERSCONF="bblayers.conf.toradex.sample" | 60 | LAYERSCONF="bblayers.conf.fsl.sample" |
61 | ;; | 61 | ;; |
62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) | 62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) |
63 | LAYERSCONF="bblayers.conf.fsl.sample" | 63 | LAYERSCONF="bblayers.conf.fsl.sample" |
@@ -68,21 +68,15 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
68 | tibidabo) | 68 | tibidabo) |
69 | LAYERSCONF="bblayers.conf.tibidabo.sample" | 69 | LAYERSCONF="bblayers.conf.tibidabo.sample" |
70 | ;; | 70 | ;; |
71 | beagleboard|am335x-evm) | 71 | beagleboard|beaglebone|am335x-evm) |
72 | LAYERSCONF="bblayers.conf.ti.sample" | 72 | LAYERSCONF="bblayers.conf.ti.sample" |
73 | ;; | 73 | ;; |
74 | beaglebone) | 74 | raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3) |
75 | LAYERSCONF="bblayers.conf.bbb.sample" | ||
76 | ;; | ||
77 | raspberrypi|raspberrypi2|raspberrypi3) | ||
78 | LAYERSCONF="bblayers.conf.rpi.sample" | 75 | LAYERSCONF="bblayers.conf.rpi.sample" |
79 | ;; | 76 | ;; |
80 | intel-corei7-64) | 77 | intel-corei7-64) |
81 | LAYERSCONF="bblayers.conf.intel.sample" | 78 | LAYERSCONF="bblayers.conf.intel.sample" |
82 | ;; | 79 | ;; |
83 | nvidia-logan) | ||
84 | LAYERSCONF="bblayers.conf.nvidia-logan.sample" | ||
85 | ;; | ||
86 | tegra-x1|tegra-t18x) | 80 | tegra-x1|tegra-t18x) |
87 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 81 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
88 | ;; | 82 | ;; |