summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-05-13 09:49:36 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-05-14 09:58:58 +0300
commitc8dfbb1fb309f2c364948b5ea2b76808207fd3c1 (patch)
treec8334259dbf5718b7a5c1e97a991f387cf2a6e57
parentc646d169017decabe4280dbece71425d982e4411 (diff)
downloadmeta-boot2qt-c8dfbb1fb309f2c364948b5ea2b76808207fd3c1.tar.gz
Update used branch to daisy
Readme and init script updated to use correct upstream branches Change-Id: Id38e09adcff67142009a8a5c4b563cabe1173433 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--README14
-rwxr-xr-xb2qt-init-build-env12
2 files changed, 13 insertions, 13 deletions
diff --git a/README b/README
index a2aa884..e23e4e2 100644
--- a/README
+++ b/README
@@ -29,26 +29,26 @@ OpenEmbedded and Yocto.
29This layer depends on: 29This layer depends on:
30 30
31URI: git://git.openembedded.org/openembedded-core 31URI: git://git.openembedded.org/openembedded-core
32branch: dora 32branch: daisy
33revision: HEAD 33revision: HEAD
34 34
35URI: git://git.openembedded.org/meta-openembedded 35URI: git://git.openembedded.org/meta-openembedded
36layer: meta-oe 36layer: meta-oe
37branch: dora 37branch: daisy
38revision: HEAD 38revision: HEAD
39 39
40URI: git://git.yoctoproject.org/meta-ti 40URI: git://git.yoctoproject.org/meta-ti
41branch: dora 41branch: daisy
42revision: HEAD 42revision: HEAD
43 43
44URI: git://git.yoctoproject.org/meta-fsl-arm 44URI: git://git.yoctoproject.org/meta-fsl-arm
45branch: dora 45branch: daisy
46revision: HEAD 46revision: HEAD
47 47
48URI: git://github.com/Freescale/meta-fsl-arm-extra.git 48URI: git://github.com/Freescale/meta-fsl-arm-extra
49branch: dora 49branch: daisy
50revision: HEAD 50revision: HEAD
51 51
52URI: git://git.yoctoproject.org/meta-raspberrypi 52URI: git://git.yoctoproject.org/meta-raspberrypi
53branch: dora 53branch: daisy
54revision: HEAD 54revision: HEAD
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