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 /classes | |
| 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
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/internal-build.bbclass | 26 |
1 files changed, 13 insertions, 13 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 | ||
