diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-17 12:58:24 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-17 12:58:44 +0300 |
commit | 0f25d3ba14c8e5e946c834f1508b5c4d3931c0cc (patch) | |
tree | 5204c200c70f02858cdf88b1a59f519212497e71 /scripts/setup-environment.sh | |
parent | 6b5219b8034c9ffd3094657486e500119ad47325 (diff) | |
parent | 10c9d074e0b3a00ef45d0764c7283fe2cdade101 (diff) | |
download | meta-boot2qt-0f25d3ba14c8e5e946c834f1508b5c4d3931c0cc.tar.gz |
Merge remote-tracking branch 'origin/jethro' into dev
* origin/jethro: (26 commits)
Fix colibri- vf & imx7 partitions
Add u-boot script for iMX7
Fix colibri-vf and imx6 build
Fix colibri-vf build
Add support for Toradex Colibri-iMX7
Updated Boundary devices kernel version to 3.14.52
Updated neptune-ui, qtivi, and appman sha
Update GammaRay and enable workaround for Boot2Qt compatibility
Added QMLLive to automotive images
Update gammaray version to fc0b87dcff40276bc1e4ad6c86674363ca576617 --> 2.5
Change git fetch protocol from ssh to http for automotive packages
Change b2qt-addons fetch protocol from git to http
b2qt-ota: update repository URL
b2qt-demos: update qtwebbrowser url
systemd: handle bind mounts set from initramfs
Enable QT_QPA_EGLFS_FORCEVSYNC=1 on nitrogen6x device.
Colibri fails to build after this change, so we revert it.
Update Qt submodule revisions
Updated Boundary devices kernel version to 3.14.52
Update meta-mingw version
...
Change-Id: I951db6a4f523eb9a6ad72dc3013702a5ef44d56c
Diffstat (limited to 'scripts/setup-environment.sh')
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index f370032..5ee1ad0 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -56,7 +56,7 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}} | |||
56 | 56 | ||
57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | 57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then |
58 | case ${MACHINE} in | 58 | case ${MACHINE} in |
59 | apalis-imx6|colibri-imx6|colibri-vf) | 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) |
60 | LAYERSCONF="bblayers.conf.toradex.sample" | 60 | LAYERSCONF="bblayers.conf.toradex.sample" |
61 | ;; | 61 | ;; |
62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) | 62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd) |