0

I'm running through the Yocto Quick Build tutorial, and I've got to the command

bitbake core-image-sato

This is producing the error

Your system need to support the en_US.UTF-8 locale.

Can I change this so it uses the en_GB.UTF-8 locale? I don't want to end up with a build that uses a US locale.

Matt Ellen
  • 103
  • 4

1 Answers1

1

I don't know from the top of my head why it expects your system to support en_US.UTF-8, but my guess is that some recipe or tool needs to parse another program's output, which hence needs to be localized the "right" way.

Set up the en_US.UTF-8 locale and finish building. Note that it says support, not "be set to".

Marcus Müller
  • 21,602
  • 2
  • 39
  • 54