summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh15
1 files changed, 3 insertions, 12 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 5ee1ad0..2f8264b 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -57,7 +57,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}}
57if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then 57if [ ! -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"
@@ -65,24 +65,15 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
65 smarc-samx6i) 65 smarc-samx6i)
66 LAYERSCONF="bblayers.conf.smx6.sample" 66 LAYERSCONF="bblayers.conf.smx6.sample"
67 ;; 67 ;;
68 tibidabo) 68 beagleboard|beaglebone|am335x-evm)
69 LAYERSCONF="bblayers.conf.tibidabo.sample"
70 ;;
71 beagleboard|am335x-evm)
72 LAYERSCONF="bblayers.conf.ti.sample" 69 LAYERSCONF="bblayers.conf.ti.sample"
73 ;; 70 ;;
74 beaglebone) 71 raspberrypi0|raspberrypi|raspberrypi2|raspberrypi3)
75 LAYERSCONF="bblayers.conf.bbb.sample"
76 ;;
77 raspberrypi|raspberrypi2|raspberrypi3)
78 LAYERSCONF="bblayers.conf.rpi.sample" 72 LAYERSCONF="bblayers.conf.rpi.sample"
79 ;; 73 ;;
80 intel-corei7-64) 74 intel-corei7-64)
81 LAYERSCONF="bblayers.conf.intel.sample" 75 LAYERSCONF="bblayers.conf.intel.sample"
82 ;; 76 ;;
83 nvidia-logan)
84 LAYERSCONF="bblayers.conf.nvidia-logan.sample"
85 ;;
86 tegra-x1|tegra-t18x) 77 tegra-x1|tegra-t18x)
87 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 78 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
88 ;; 79 ;;