How to install command locale & localedef for my image in the yocto project? I have try the following:
IMAGE_INSTALL_append = " glibc-locale"
But it does not work. How can I do it?
How to install command locale & localedef for my image in the yocto project? I have try the following:
IMAGE_INSTALL_append = " glibc-locale"
But it does not work. How can I do it?
locale
is in a package calledglibc-utils
andlocaledef
is in a package calledlocaledef
. Thus you can add these to your image by doing the following:BTW I found these packages using the following command (there are other ways, but this will work if the package providing the file has already been built):