diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-02-01 10:47:02 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-02-05 10:17:31 +0200 |
| commit | e91280bbcb99d7f4e3f79c2efe9c1fbc40b144fc (patch) | |
| tree | 36b11f486cb876af80339d6b5d25e329a66127e3 /files/qbsp/toolchain_installscript.qs | |
| parent | 1d3c81ea336f57add641e0fa3144de81af429f7e (diff) | |
| parent | 07b4960e438f4eb772dde4d1ccac153785cf151e (diff) | |
| download | meta-boot2qt-e91280bbcb99d7f4e3f79c2efe9c1fbc40b144fc.tar.gz | |
Merge remote-tracking branch 'origin/morty' into pyro
Automotive related changes left intact for pyro, as they require
further work than just a basic merge due component branching
differences etc.
* origin/morty [MERGED]:
qt5: don't build tests by default
qbsp: fix replace tags
quickcompiler: update to 5.9.4 release revision
meta-qt5: update to Qt 5.9.4 RC
meta-qt5: update to Qt 5.9.4 snapshot
meta-qt5: update meta layer
poky: update revision
ppp: remove obsolete patch
meta-qt5: update meta layer
internal-build: prepend mirror variables
qtdeviceutilities: update revision
meta-qt5: update meta layer
poky: update revision
* origin/morty [NOT MERGED]:
Fix license checksum due to incremented year number
Update GammaRay revision
multiscreen-demo: update revision and fix startup
automotive: update revisions
sdk: add qtapplicationmanger staticdev package
qtivi: enable ivigenerator for toolchain
appman: add dependency to nativesdk-qtdeclarative
qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator
Changes not staged for commit:
recipes-qt/automotive/gammaray_git.bb
recipes-qt/automotive/multiscreen-demo_git.bb
recipes-qt/automotive/qtapplicationmanager_git.bb
recipes-qt/automotive/qtivi_git.bb
recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb
recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb
Conflicts:
recipes-qt/automotive/gammaray_git.bb
recipes-qt/automotive/neptune-ui_git.bb
recipes-qt/automotive/qtapplicationmanager_git.bb
recipes-qt/automotive/qtivi_git.bb
recipes-qt/qt5/qtdeviceutilities.bb
recipes-qt/qt5/qtquickcompiler_git.bb
scripts/manifest.xml
Task-number: QTBUG-65164
Change-Id: I98fe358aaaf55a609dc34f7b8cc65525d493ff26
Diffstat (limited to 'files/qbsp/toolchain_installscript.qs')
| -rw-r--r-- | files/qbsp/toolchain_installscript.qs | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/files/qbsp/toolchain_installscript.qs b/files/qbsp/toolchain_installscript.qs index 15e9570..4afab71 100644 --- a/files/qbsp/toolchain_installscript.qs +++ b/files/qbsp/toolchain_installscript.qs | |||
| @@ -38,6 +38,7 @@ Component.prototype.createOperations = function() | |||
| 38 | var device = "@MACHINE@" | 38 | var device = "@MACHINE@" |
| 39 | var platform = "@NAME@" | 39 | var platform = "@NAME@" |
| 40 | var sysroot = "@SYSROOT@" | 40 | var sysroot = "@SYSROOT@" |
| 41 | var target_sys = "@TARGET_SYS@" | ||
| 41 | var target = "@TARGET@" | 42 | var target = "@TARGET@" |
| 42 | var abi = "@ABI@" | 43 | var abi = "@ABI@" |
| 43 | var installPath = "@INSTALLPATH@/toolchain" | 44 | var installPath = "@INSTALLPATH@/toolchain" |
| @@ -71,8 +72,8 @@ Component.prototype.createOperations = function() | |||
| 71 | component.addOperation("Execute", | 72 | component.addOperation("Execute", |
| 72 | ["@SDKToolBinary@", "addTC", | 73 | ["@SDKToolBinary@", "addTC", |
| 73 | "--id", toolchainId + ".gcc", | 74 | "--id", toolchainId + ".gcc", |
| 74 | "--name", "GCC (Boot2Qt " + platform + ")", | 75 | "--name", "GCC (" + platform + " " + target + ")", |
| 75 | "--path", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target + "/" + target + "-gcc" + executableExt, | 76 | "--path", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target_sys + "/" + target_sys + "-gcc" + executableExt, |
| 76 | "--abi", abi, | 77 | "--abi", abi, |
| 77 | "--language", "1", | 78 | "--language", "1", |
| 78 | "UNDOEXECUTE", | 79 | "UNDOEXECUTE", |
| @@ -81,8 +82,8 @@ Component.prototype.createOperations = function() | |||
| 81 | component.addOperation("Execute", | 82 | component.addOperation("Execute", |
| 82 | ["@SDKToolBinary@", "addTC", | 83 | ["@SDKToolBinary@", "addTC", |
| 83 | "--id", toolchainId + ".g++", | 84 | "--id", toolchainId + ".g++", |
| 84 | "--name", "G++ (Boot2Qt " + platform + ")", | 85 | "--name", "G++ (" + platform + " " + target + ")", |
| 85 | "--path", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target + "/" + target + "-g++" + executableExt, | 86 | "--path", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target_sys + "/" + target_sys + "-g++" + executableExt, |
| 86 | "--abi", abi, | 87 | "--abi", abi, |
| 87 | "--language", "2", | 88 | "--language", "2", |
| 88 | "UNDOEXECUTE", | 89 | "UNDOEXECUTE", |
| @@ -91,9 +92,9 @@ Component.prototype.createOperations = function() | |||
| 91 | component.addOperation("Execute", | 92 | component.addOperation("Execute", |
| 92 | ["@SDKToolBinary@", "addDebugger", | 93 | ["@SDKToolBinary@", "addDebugger", |
| 93 | "--id", debuggerId, | 94 | "--id", debuggerId, |
| 94 | "--name", "GDB (Boot2Qt " + platform + ")", | 95 | "--name", "GDB (" + platform + " " + target + ")", |
| 95 | "--engine", "1", | 96 | "--engine", "1", |
| 96 | "--binary", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target + "/" + target + "-gdb" + executableExt, | 97 | "--binary", path + "/sysroots/" + hostSysroot + "/usr/bin/" + target_sys + "/" + target_sys + "-gdb" + executableExt, |
| 97 | "--abis", abi, | 98 | "--abis", abi, |
| 98 | "UNDOEXECUTE", | 99 | "UNDOEXECUTE", |
| 99 | "@SDKToolBinary@", "rmDebugger", "--id", debuggerId]); | 100 | "@SDKToolBinary@", "rmDebugger", "--id", debuggerId]); |
| @@ -101,7 +102,7 @@ Component.prototype.createOperations = function() | |||
| 101 | component.addOperation("Execute", | 102 | component.addOperation("Execute", |
| 102 | ["@SDKToolBinary@", "addQt", | 103 | ["@SDKToolBinary@", "addQt", |
| 103 | "--id", qtId, | 104 | "--id", qtId, |
| 104 | "--name", "Boot2Qt %{Qt:Version} " + platform, | 105 | "--name", platform + " " + target, |
| 105 | "--type", "Qdb.EmbeddedLinuxQt", | 106 | "--type", "Qdb.EmbeddedLinuxQt", |
| 106 | "--qmake", path + "/sysroots/" + hostSysroot + "/usr/bin/qmake" + executableExt, | 107 | "--qmake", path + "/sysroots/" + hostSysroot + "/usr/bin/qmake" + executableExt, |
| 107 | "UNDOEXECUTE", | 108 | "UNDOEXECUTE", |
| @@ -110,7 +111,7 @@ Component.prototype.createOperations = function() | |||
| 110 | component.addOperation("Execute", | 111 | component.addOperation("Execute", |
| 111 | ["@SDKToolBinary@", "addKit", | 112 | ["@SDKToolBinary@", "addKit", |
| 112 | "--id", basecomponent, | 113 | "--id", basecomponent, |
| 113 | "--name", "Boot2Qt %{Qt:Version} " + platform, | 114 | "--name", platform + " " + target, |
| 114 | "--mkspec", "devices/linux-oe-generic-g++", | 115 | "--mkspec", "devices/linux-oe-generic-g++", |
| 115 | "--qt", qtId, | 116 | "--qt", qtId, |
| 116 | "--debuggerid", debuggerId, | 117 | "--debuggerid", debuggerId, |
