Add gdbserver recipe to image yocto

Hi

Add gdbserver to the IMAGE_INSTALL variable.

e.g. add in your local.conf a line as follows:

IMAGE_INSTALL += "gdbserver"

Note that gdbserver is deployed to all image recipes in meta-toradex in this include file.

Max