summaryrefslogtreecommitdiffstats
path: root/scripts/setup-environment.sh
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2014-09-26 10:17:00 +0200
committerEirik Aavitsland <eirik.aavitsland@digia.com>2014-11-10 12:11:58 +0200
commit59f1923832b301df6743ed3fa0b92556aa68ffbd (patch)
tree4fb21fc0523696ba2a5ca96638e51afd7feeedb7 /scripts/setup-environment.sh
parentf309d05bccefc29977d474df734fecbe311f8f7b (diff)
downloadmeta-boot2qt-59f1923832b301df6743ed3fa0b92556aa68ffbd.tar.gz
Add Silica ArchiTech tibidabo board
Builds & runs ok! The current implementation is done with the strategy of using the vendor's defined repo versions for the yocto stack, instead of the common versions defined by b2qt. The intention is to build upon the vendor stack as closely as possible, as that is (hopefully) tested and maintained. Task-number: QTEE-801 Change-Id: Ib93b54178de870b5f288b2fae982ea2b4bb74e50 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-xscripts/setup-environment.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index cc15776..16815a8 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -55,6 +55,9 @@ if [ ! -f ${PWD}/${BUILDDIR}/conf/bblayers.conf ]; then
55 imx53qsb|imx6qsabresd|nitrogen6x) 55 imx53qsb|imx6qsabresd|nitrogen6x)
56 LAYERSCONF="bblayers.conf.fsl.sample" 56 LAYERSCONF="bblayers.conf.fsl.sample"
57 ;; 57 ;;
58 tibidabo)
59 LAYERSCONF="bblayers.conf.tibidabo.sample"
60 ;;
58 beagleboard|am335x-evm) 61 beagleboard|am335x-evm)
59 LAYERSCONF="bblayers.conf.ti.sample" 62 LAYERSCONF="bblayers.conf.ti.sample"
60 ;; 63 ;;