diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-08-17 13:35:23 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-08-17 13:35:23 +0300 |
commit | 7df742a2bacf7ad93f766910871271ca1496072c (patch) | |
tree | 27b38bde1065b7e95a699eb5529e66ca31df973f | |
parent | 90c3cf671a82bfc7e3c8d3071692650ed6bbe8e8 (diff) | |
parent | c04cc5996405bf648b69e39aba285a5fad39b3d3 (diff) | |
download | meta-boot2qt-7df742a2bacf7ad93f766910871271ca1496072c.tar.gz |
Merge remote-tracking branch 'origin/morty' into pyro
* origin/morty:
qtivi: don't use dlt by default
poky, meta layers: update morty branches to latest version
Remove all *.ci.local network addresses
Conflicts:
scripts/manifest.xml
Change-Id: I7918561f735604be2fd7e532bd3dfb8aec1d068d
-rw-r--r-- | classes/internal-build.bbclass | 26 | ||||
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 2 | ||||
-rw-r--r-- | recipes-qt/qt5-addons/installer-framework_2.0.3.bb | 2 | ||||
-rw-r--r-- | scripts/manifest.xml | 4 | ||||
-rwxr-xr-x | scripts/upload.sh | 2 |
5 files changed, 18 insertions, 18 deletions
diff --git a/classes/internal-build.bbclass b/classes/internal-build.bbclass index ecee863..0f12a78 100644 --- a/classes/internal-build.bbclass +++ b/classes/internal-build.bbclass | |||
@@ -30,24 +30,24 @@ | |||
30 | python enable_internal_build () { | 30 | python enable_internal_build () { |
31 | import socket | 31 | import socket |
32 | try: | 32 | try: |
33 | socket.gethostbyname('yocto-cache.ci.local') | 33 | socket.gethostbyname('yocto-cache.intra.qt.io') |
34 | except: | 34 | except: |
35 | return | 35 | return |
36 | 36 | ||
37 | e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") | 37 | e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") |
38 | e.data.setVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.ci.local/sstate-caches/${DISTRO_CODENAME}/PATH") | 38 | e.data.setVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") |
39 | e.data.setVar('PREMIRRORS', "\ | 39 | e.data.setVar('PREMIRRORS', "\ |
40 | ftp://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 40 | ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
41 | http://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 41 | http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
42 | https://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 42 | https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
43 | bzr://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 43 | bzr://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
44 | cvs://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 44 | cvs://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
45 | git://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 45 | git://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
46 | gitsm://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 46 | gitsm://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
47 | hg://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 47 | hg://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
48 | osc://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 48 | osc://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
49 | p4://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 49 | p4://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
50 | svn://.*/.* http://yocto-cache.ci.local/sources/ \n \ | 50 | svn://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ |
51 | ") | 51 | ") |
52 | } | 52 | } |
53 | 53 | ||
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 3dbf07e..6b364d3 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -54,7 +54,7 @@ SRCREV_qface = "b1d96d85a7c43ac74335b9a1a99a68507047f5bc" | |||
54 | SRCREV = "${SRCREV_qtivi}" | 54 | SRCREV = "${SRCREV_qtivi}" |
55 | SRCREV_FORMAT = "qtivi_qface" | 55 | SRCREV_FORMAT = "qtivi_qface" |
56 | 56 | ||
57 | PACKAGECONFIG ?= "taglib dlt ivigenerator" | 57 | PACKAGECONFIG ?= "taglib ivigenerator" |
58 | PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib" | 58 | PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib" |
59 | PACKAGECONFIG[dlt] = "QMAKE_EXTRA_ARGS+=-feature-dlt,QMAKE_EXTRA_ARGS+=-no-feature-dlt,dlt-daemon" | 59 | PACKAGECONFIG[dlt] = "QMAKE_EXTRA_ARGS+=-feature-dlt,QMAKE_EXTRA_ARGS+=-no-feature-dlt,dlt-daemon" |
60 | PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" | 60 | PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" |
diff --git a/recipes-qt/qt5-addons/installer-framework_2.0.3.bb b/recipes-qt/qt5-addons/installer-framework_2.0.3.bb index 03cba46..0ea0ec4 100644 --- a/recipes-qt/qt5-addons/installer-framework_2.0.3.bb +++ b/recipes-qt/qt5-addons/installer-framework_2.0.3.bb | |||
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | |||
33 | 33 | ||
34 | inherit bin_package native | 34 | inherit bin_package native |
35 | 35 | ||
36 | SRC_URI = "http://ci-files02-hki.ci.local/packages/jenkins/opensource/ifw/installer-framework/installer-framework-build-stripped-linux-x64.7z" | 36 | SRC_URI = "http://ci-files02-hki.intra.qt.io/packages/jenkins/opensource/ifw/installer-framework/installer-framework-build-stripped-linux-x64.7z" |
37 | 37 | ||
38 | SRC_URI[md5sum] = "08beb5450c3938fcfd1b380f6aaec75d" | 38 | SRC_URI[md5sum] = "08beb5450c3938fcfd1b380f6aaec75d" |
39 | SRC_URI[sha256sum] = "91bfef896db58f28e4c2c6db437b958101a59e87aa880c38b6ddc40ebe6c38e6" | 39 | SRC_URI[sha256sum] = "91bfef896db58f28e4c2c6db437b958101a59e87aa880c38b6ddc40ebe6c38e6" |
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 5c5e558..569c0c8 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -73,12 +73,12 @@ | |||
73 | groups="notdefault,external,renesas-gen3"/> | 73 | groups="notdefault,external,renesas-gen3"/> |
74 | <project name="meta-toradex-bsp-common" | 74 | <project name="meta-toradex-bsp-common" |
75 | remote="toradex" | 75 | remote="toradex" |
76 | revision="554adccf11f2ba2947ed221307ddd703c0889967" | 76 | revision="b128af95613557af8deaea30212e89e6316eab88" |
77 | path="sources/meta-toradex-bsp-common" | 77 | path="sources/meta-toradex-bsp-common" |
78 | groups="notdefault,external,toradex"/> | 78 | groups="notdefault,external,toradex"/> |
79 | <project name="meta-toradex-nxp" | 79 | <project name="meta-toradex-nxp" |
80 | remote="toradex" | 80 | remote="toradex" |
81 | revision="d351e11b76c004afbf0f37d5481266bafdb015ee" | 81 | revision="89a17628efef01fd5af202e88d79188df08f636f" |
82 | path="sources/meta-toradex-nxp" | 82 | path="sources/meta-toradex-nxp" |
83 | groups="notdefault,external,toradex"/> | 83 | groups="notdefault,external,toradex"/> |
84 | 84 | ||
diff --git a/scripts/upload.sh b/scripts/upload.sh index cb94719..4f4e1a8 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -32,7 +32,7 @@ set -x | |||
32 | set -e | 32 | set -e |
33 | 33 | ||
34 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) | 34 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) |
35 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 35 | UPLOADPATH=QT@ci-files02-hki.intra.qt.io:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
36 | UPLOADS="\ | 36 | UPLOADS="\ |
37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ | 37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ |
38 | tmp/deploy/sdk/b2qt-x86_64-meta-toolchain-b2qt-${PROJECT}-qt5-sdk-${MACHINE}.sh \ | 38 | tmp/deploy/sdk/b2qt-x86_64-meta-toolchain-b2qt-${PROJECT}-qt5-sdk-${MACHINE}.sh \ |