summaryrefslogtreecommitdiffstats
path: root/b2qt-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-xb2qt-init-build-env12
1 files changed, 6 insertions, 6 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env
index 8c4da01..952e4a3 100755
--- a/b2qt-init-build-env
+++ b/b2qt-init-build-env
@@ -34,27 +34,27 @@ DIR=$(readlink -f $(dirname $0))
34BUILDDIR=$(readlink -f $1) 34BUILDDIR=$(readlink -f $1)
35 35
36if [ ! -d ${BUILDDIR}/poky ]; then 36if [ ! -d ${BUILDDIR}/poky ]; then
37 git clone git://git.yoctoproject.org/poky ${BUILDDIR}/poky -b dora 37 git clone git://git.yoctoproject.org/poky ${BUILDDIR}/poky -b daisy
38fi 38fi
39 39
40if [ ! -d ${BUILDDIR}/poky/meta-openembedded ]; then 40if [ ! -d ${BUILDDIR}/poky/meta-openembedded ]; then
41 git clone git://git.openembedded.org/meta-openembedded ${BUILDDIR}/poky/meta-openembedded -b dora 41 git clone git://git.openembedded.org/meta-openembedded ${BUILDDIR}/poky/meta-openembedded -b daisy
42fi 42fi
43 43
44if [ ! -d ${BUILDDIR}/poky/meta-ti ]; then 44if [ ! -d ${BUILDDIR}/poky/meta-ti ]; then
45 git clone git://git.yoctoproject.org/meta-ti ${BUILDDIR}/poky/meta-ti -b dora 45 git clone git://git.yoctoproject.org/meta-ti ${BUILDDIR}/poky/meta-ti -b daisy
46fi 46fi
47 47
48if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm ]; then 48if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm ]; then
49 git clone git://git.yoctoproject.org/meta-fsl-arm ${BUILDDIR}/poky/meta-fsl-arm -b dora 49 git clone git://git.yoctoproject.org/meta-fsl-arm ${BUILDDIR}/poky/meta-fsl-arm -b daisy
50fi 50fi
51 51
52if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm-extra ]; then 52if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm-extra ]; then
53 git clone git://github.com/Freescale/meta-fsl-arm-extra.git ${BUILDDIR}/poky/meta-fsl-arm-extra -b dora 53 git clone git://github.com/Freescale/meta-fsl-arm-extra.git ${BUILDDIR}/poky/meta-fsl-arm-extra -b daisy
54fi 54fi
55 55
56if [ ! -d ${BUILDDIR}/poky/meta-raspberrypi ]; then 56if [ ! -d ${BUILDDIR}/poky/meta-raspberrypi ]; then
57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b dora 57 git clone git://git.yoctoproject.org/meta-raspberrypi ${BUILDDIR}/poky/meta-raspberrypi -b daisy
58fi 58fi
59 59
60if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then 60if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then