summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2014-10-09 14:07:40 +0200
committerAndy Nichols <andy.nichols@theqtcompany.com>2014-11-20 17:39:06 +0200
commit2d3cd8347bc92780906c75583994c1e5adac4286 (patch)
treefcc15f63eb699bdc367a6646822a4596f07a378c /scripts
parent21bad4d54bea4d7c0891829c7de56bd24e2afca8 (diff)
downloadmeta-boot2qt-2d3cd8347bc92780906c75583994c1e5adac4286.tar.gz
Add Support for Colibri-VF devices
Change-Id: Ie4fdf57b986eb24cb16dfb9f347ae02e7648bf86 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/setup-environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 16815a8..d4bb051 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -49,7 +49,7 @@ BUILDDIR=${BUILDDIR:-build-${MACHINE}}
49 49
50if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then 50if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then
51 case ${MACHINE} in 51 case ${MACHINE} in
52 apalis-imx6) 52 apalis-imx6|colibri-vf)
53 LAYERSCONF="bblayers.conf.toradex.sample" 53 LAYERSCONF="bblayers.conf.toradex.sample"
54 ;; 54 ;;
55 imx53qsb|imx6qsabresd|nitrogen6x) 55 imx53qsb|imx6qsabresd|nitrogen6x)