summaryrefslogtreecommitdiffstats
path: root/classes/internal-build.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Remove all *.ci.local network addressesSamuli Piippo2017-08-141-14/+14
| | | | | | | | | | The dot-local addresses cause problems with mDNS lookups, replace all with *.intra.qt.io aliases that are now available. Task-number: QTBUG-60153 Change-Id: Icbcae2f473600342f3cc09e0d1c3d8fa58bc7494 (cherry picked from commit 8556798b4ec9e703deb398c09d88e68c2af4cd54) Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Correctly use QtQuickCompiler when availableSamuli Piippo2016-08-191-0/+1
| | | | | | | | | | | | | | | Make sure the we use QtQuickCompiler only when we either have access to the sources (internal gerrit repo) or the prebuilt binaries are available. The internal-build class checks if we are working within The Qt Company network, so we will also have access to the sources. Setting ENABLE_QTQUICKCOMPILER env to "1" in local.conf has the same effect. Otherwise check if the prebuilt binaries are available as installed by the Qt Online SDK. Change-Id: I63b09ebabc96bb14b119ea7472a3fa7b10e5c2a8 Task-number: QTBUG-53052 Task-number: QTBUG-53216 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Move usage of internal mirrors into a bbclassSamuli Piippo2016-04-181-0/+47
Use bbclass to test if the internal sstate and download mirror server is available before enabling them. Change-Id: Ie927bdfca486232e3d3a55009139a9c27ff98aad Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>