diff options
| author | Samuli Piippo <samuli.piippo@digia.com> | 2014-05-13 09:49:36 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@digia.com> | 2014-05-14 09:58:58 +0300 |
| commit | c8dfbb1fb309f2c364948b5ea2b76808207fd3c1 (patch) | |
| tree | c8334259dbf5718b7a5c1e97a991f387cf2a6e57 | |
| parent | c646d169017decabe4280dbece71425d982e4411 (diff) | |
| download | meta-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-- | README | 14 | ||||
| -rwxr-xr-x | b2qt-init-build-env | 12 |
2 files changed, 13 insertions, 13 deletions
| @@ -29,26 +29,26 @@ OpenEmbedded and Yocto. | |||
| 29 | This layer depends on: | 29 | This layer depends on: |
| 30 | 30 | ||
| 31 | URI: git://git.openembedded.org/openembedded-core | 31 | URI: git://git.openembedded.org/openembedded-core |
| 32 | branch: dora | 32 | branch: daisy |
| 33 | revision: HEAD | 33 | revision: HEAD |
| 34 | 34 | ||
| 35 | URI: git://git.openembedded.org/meta-openembedded | 35 | URI: git://git.openembedded.org/meta-openembedded |
| 36 | layer: meta-oe | 36 | layer: meta-oe |
| 37 | branch: dora | 37 | branch: daisy |
| 38 | revision: HEAD | 38 | revision: HEAD |
| 39 | 39 | ||
| 40 | URI: git://git.yoctoproject.org/meta-ti | 40 | URI: git://git.yoctoproject.org/meta-ti |
| 41 | branch: dora | 41 | branch: daisy |
| 42 | revision: HEAD | 42 | revision: HEAD |
| 43 | 43 | ||
| 44 | URI: git://git.yoctoproject.org/meta-fsl-arm | 44 | URI: git://git.yoctoproject.org/meta-fsl-arm |
| 45 | branch: dora | 45 | branch: daisy |
| 46 | revision: HEAD | 46 | revision: HEAD |
| 47 | 47 | ||
| 48 | URI: git://github.com/Freescale/meta-fsl-arm-extra.git | 48 | URI: git://github.com/Freescale/meta-fsl-arm-extra |
| 49 | branch: dora | 49 | branch: daisy |
| 50 | revision: HEAD | 50 | revision: HEAD |
| 51 | 51 | ||
| 52 | URI: git://git.yoctoproject.org/meta-raspberrypi | 52 | URI: git://git.yoctoproject.org/meta-raspberrypi |
| 53 | branch: dora | 53 | branch: daisy |
| 54 | revision: HEAD | 54 | revision: 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)) | |||
| 34 | BUILDDIR=$(readlink -f $1) | 34 | BUILDDIR=$(readlink -f $1) |
| 35 | 35 | ||
| 36 | if [ ! -d ${BUILDDIR}/poky ]; then | 36 | if [ ! -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 |
| 38 | fi | 38 | fi |
| 39 | 39 | ||
| 40 | if [ ! -d ${BUILDDIR}/poky/meta-openembedded ]; then | 40 | if [ ! -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 |
| 42 | fi | 42 | fi |
| 43 | 43 | ||
| 44 | if [ ! -d ${BUILDDIR}/poky/meta-ti ]; then | 44 | if [ ! -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 |
| 46 | fi | 46 | fi |
| 47 | 47 | ||
| 48 | if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm ]; then | 48 | if [ ! -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 |
| 50 | fi | 50 | fi |
| 51 | 51 | ||
| 52 | if [ ! -d ${BUILDDIR}/poky/meta-fsl-arm-extra ]; then | 52 | if [ ! -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 |
| 54 | fi | 54 | fi |
| 55 | 55 | ||
| 56 | if [ ! -d ${BUILDDIR}/poky/meta-raspberrypi ]; then | 56 | if [ ! -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 |
| 58 | fi | 58 | fi |
| 59 | 59 | ||
| 60 | if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then | 60 | if [ ! -d ${BUILDDIR}/poky/meta-b2qt ]; then |
