summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/files/configure-qtcreator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt/files/configure-qtcreator.sh')
-rwxr-xr-xmeta-boot2qt/files/configure-qtcreator.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-boot2qt/files/configure-qtcreator.sh b/meta-boot2qt/files/configure-qtcreator.sh
index a7ea288..6899fc3 100755
--- a/meta-boot2qt/files/configure-qtcreator.sh
+++ b/meta-boot2qt/files/configure-qtcreator.sh
@@ -30,7 +30,7 @@
30 30
31set -e 31set -e
32 32
33ABI="arm-linux-generic-elf-32bit" 33ABI="arm-linux-poky-elf-32bit"
34CONFIG="" 34CONFIG=""
35 35
36printUsage () 36printUsage ()
@@ -107,6 +107,10 @@ if [ -n "${REMOVEONLY}" ]; then
107 exit 0 107 exit 0
108fi 108fi
109 109
110${SDKTOOL} addAbiFlavor \
111 --flavor poky \
112 --oses linux || true
113
110${SDKTOOL} addTC \ 114${SDKTOOL} addTC \
111 --id "ProjectExplorer.ToolChain.Gcc:${BASEID}.gcc" \ 115 --id "ProjectExplorer.ToolChain.Gcc:${BASEID}.gcc" \
112 --name "GCC (${NAME})" \ 116 --name "GCC (${NAME})" \