This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Yocto - locale command missing, how can I add it?

Hi,

I have build my own yocto image for the EVM-K2H board. I am trying to remote debug from the Eclipse IDE using an SSH connection. However, it doesn't work by default since the locale command is not present in the image. 

Now, I have copied it from the linaro toolchain and it works BUT I would like to avoid this manual steps and include the locale command in the image that is built from the bitbake command. 

How can that be done?

I have used Yocto before and adding 'eglibc-utils' added the command. However, this no longer works (I think I was using Yocto Daisy at the time).

I have tried adding the 'glibc-utils' package but that didn't solve my problem.

Any ideas how this could be accomplished?

Regards,

- David