Re: [Development] sdktool parameters

2019-12-18 Thread Dominik Holland
Hi, isn't this the same as this script should do ? https://code.qt.io/cgit/yocto/meta-boot2qt.git/tree/meta-boot2qt/files/configure-qtcreator.sh Dominik Am 12/18/19 um 12:07 PM schrieb Юрий Лунёв via Development: > Hello, > > Thank you so much! It worked! > > $SDKTOOL rmTC --id "ProjectExplorer

Re: [Development] sdktool parameters

2019-12-18 Thread Юрий Лунёв via Development
Hello, Thank you so much! It worked! $SDKTOOL rmTC --id "ProjectExplorer.ToolChain.Gcc:myir.gcc" $SDKTOOL addTC --id "ProjectExplorer.ToolChain.Gcc:myir.gcc" \ --language C \ --name "Myir GCC" \ --path ${X86_SYSROOT}/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g

Re: [Development] sdktool parameters

2019-12-17 Thread Eike Ziller
As far as I read the code, it should be "QVariantList:-mthumb,-mfpu=neon-vfpv4,etc" i.e. type is QVariantList and the value is a comma-separated list of strings. Individual elements cannot contain ‘,’ themselves. Br, Eike > On Dec 16, 2019, at 15:35, Юрий Лунёв via Development > wrote: > >

[Development] sdktool parameters

2019-12-16 Thread Юрий Лунёв via Development
Hello, I’m trying to figure out the syntax of sdktool so that I could set up my custom Yocto-built SDK in automatic and manageable way. What I’m stuck with now is the command to add a toolchain: $SDKTOOL addTC --id «ProjectExplorer.ToolChain.Gcc:me.gcc" \ --language C \ --name "M