summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-13 11:44:53 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-17 13:17:20 +0300
commit85ac803a1d7311fae2487ccfad3aceb17289ff9d (patch)
tree4a660e208e0b68f4ba0ae67ff49f7be917efa427 /b2qt-init-build-env
parentd768de192ef6d055f59cc512e6ff478305cf55f2 (diff)
downloadmeta-boot2qt-85ac803a1d7311fae2487ccfad3aceb17289ff9d.tar.gz
Include toradex repository
Toradex has lot's of dependencies, so BBMASK is updated to remove all recipes not suitable for us. Change-Id: Iddc4b7582fee2728f944e3dd803a7c9114932a62 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env4
1 files changed, 4 insertions, 0 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 952e4a3..882e7fa 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -57,6 +57,10 @@ if [ ! -d ${BUILDDIR}/poky/meta-raspberrypi ]; then
57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy 57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy
58fi 58fi
59 59
60if [ ! -d ${BUILDDIR}/poky/meta-toradex ]; then
61 git clone git://git.toradex.com/meta-toradex.git ${BUILDDIR}/poky/meta-toradex -b V2.2
62fi
63
60if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then 64if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then
61 ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt 65 ln -s ${DIR} ${BUILDDIR}/poky/meta-b2qt
62fi 66fi