diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2014-05-26 13:54:08 +0300 |
---|---|---|
committer | Kalle Viironen <kalle.viironen@digia.com> | 2014-05-26 13:54:14 +0300 |
commit | 24cb0946765e299d4553ab5fa2a37afcac1ea242 (patch) | |
tree | 059b678bd52fb3c49841f585054517673ce4e288 /b2qt-init-build-env | |
parent | bfb97bc3cc517c42647f5f8b1308bb7b1f4c76f1 (diff) | |
parent | 2ab3d7fc456ece32ab23e1909ea0d865955f29d9 (diff) | |
download | meta-boot2qt-QtEE_v3.0.0.tar.gz |
Merge branch 'stable' into releaseQtEE_v3.0.0
* stable: (25 commits)
blacklist evbug kernel module
ca-certificates: enable c_rehash in update-ca-certificates
openssl: make sure c_rehash is included in the image
emulator: include mesa back to the image
mesa: include gles development files in sdk
sabre: updated kernel arguments
imx6: kernel update for nitrogen6x
mesa: remove from emulator image
Include support for Freescale SABRE SD (iMX6Q)
sabresd: add function fs support to sabresd kernel
gstreamer: include icydemuxer needed for internet radios
libsdl: disable dependency to libglu
linux-yocto: upstream version has changed
wpa-supplicant: upstream version has changed
gpu-viv-bin-mx6q: upstream version has changed
busybox: upstream version has changed
nitrogen6x: use preferred version for kernel
libgles: inhibit QA error for files already being stripped
Update used branch to daisy
Move to version 1.6
...
Change-Id: Ie81ed17be1096dbb37b1e5f023aa4eba846ca0fe
Diffstat (limited to 'b2qt-init-build-env')
-rwxr-xr-x | b2qt-init-build-env | 12 |
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)) | |||
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 |