Re: [Development] Coin, Boot2Qt, and OE_QMAKE_PATH_HOST_BINS variable

2018-01-09 Thread Konstantin Tokarev
09.01.2018, 17:32, "Samuli Piippo" : > On 09.01.2018 12:27, Konstantin Tokarev wrote: >>  Hello, >> >>  I've tried to enable cross-compilation in Coin for QtWebKit 5.212 to improve >>  platform coverage in each build, however I've faced following problem. >> >>  Our Linux cross-compilation platfo

Re: [Development] [FYI] the new way to retarget gerrit changes

2018-01-09 Thread Oswald Buddenhagen
On Tue, Jan 09, 2018 at 04:42:51PM +0100, Robert Löhning wrote: > Will changes keep their approvals or will those be lost so that > approvers have to give them again on the new branch? > this implementation calls the same underlying script as i do manually, so nothing changes.

Re: [Development] Time to switch to android-clang

2018-01-09 Thread Sergio Martins
On 2017-12-19 16:18, Thiago Macieira wrote: On terça-feira, 19 de dezembro de 2017 03:25:17 PST Sergio Martins wrote: Furthermore, supporting both android and android-clang is a maintenance burden: the mkspecs are often broken, either because of a new Qt version or because of a new NDK version.

Re: [Development] [FYI] the new way to retarget gerrit changes

2018-01-09 Thread Robert Löhning
Am 08.01.2018 um 14:40 schrieb Oswald Buddenhagen: On Mon, Sep 12, 2016 at 02:39:57PM +0300, Orgad Shaneh wrote: Either extend the sanity bot, or create a new bot, which listens on gerrit's event stream. If the change's owner (or an approver?) posts a comment reading "Please reta

Re: [Development] Coin, Boot2Qt, and OE_QMAKE_PATH_HOST_BINS variable

2018-01-09 Thread Konstantin Tokarev
09.01.2018, 17:32, "Samuli Piippo" : > On 09.01.2018 12:27, Konstantin Tokarev wrote: >>  Hello, >> >>  I've tried to enable cross-compilation in Coin for QtWebKit 5.212 to improve >>  platform coverage in each build, however I've faced following problem. >> >>  Our Linux cross-compilation platfo

Re: [Development] Coin, Boot2Qt, and OE_QMAKE_PATH_HOST_BINS variable

2018-01-09 Thread Samuli Piippo
On 09.01.2018 12:27, Konstantin Tokarev wrote: Hello, I've tried to enable cross-compilation in Coin for QtWebKit 5.212 to improve platform coverage in each build, however I've faced following problem. Our Linux cross-compilation platform is Boot2Qt which is based on meta-qt5 Yocto layer. QtWeb

[Development] Coin, Boot2Qt, and OE_QMAKE_PATH_HOST_BINS variable

2018-01-09 Thread Konstantin Tokarev
Hello, I've tried to enable cross-compilation in Coin for QtWebKit 5.212 to improve platform coverage in each build, however I've faced following problem. Our Linux cross-compilation platform is Boot2Qt which is based on meta-qt5 Yocto layer. QtWebKit uses CMake internally, and Qt cmake config fi

Re: [Development] [FYI] the new way to retarget gerrit changes

2018-01-09 Thread Joerg Bornemann
On 01/09/2018 09:09 AM, Igor Mironchik wrote: What is gerrit cover message? Is it a comment message on gerrit CR web page? Yes, that's just a comment in gerrit's web interface. The label above the text edit says "cover message". Joerg ___ Developme

Re: [Development] [FYI] the new way to retarget gerrit changes

2018-01-09 Thread Igor Mironchik
Hello, /^(?:gerrit-)?bot:\h*(?:please\h+)?move\h+(?:back\h+)?to\h+(?:branch\h+)?([\w.]*\w)\b/im which boils down to "bot: move to " at the start of any line of a gerrit cover message. What is gerrit cover message? Is it a comment message on gerrit CR web page? Thank you.