Description
Our Snapdragon image for 8295 lacks the 'base64'-tool, which makes connection fail from QtCreator 16 and newer.
A new image should be created, and base64 needs to be added.
This is how it is added in imx8 device image.
########################################################################### ## QtCreator debugging support ########################################################################### [search=${QNX_TARGET}/aarch64le/bin] /bin/mktemp=mktemp [search=${QNX_TARGET}/aarch64le/usr/bin] /usr/bin/mkfifo=mkfifo /usr/bin/toybox=toybox [uid=0 gid=0 perms=755] /usr/bin/base64 = { /usr/bin/toybox base64 $@ }