From d57e29f23516113375d6bc0c146335764de3e736 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 10 Oct 2017 17:26:30 +0100 Subject: bitbake: bitbake: be more explicit when warning about locale choice (Bitbake rev: 286dce008d6e0bd3121393b28ca02de1385519fb) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/bin/bitbake') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 431bb4b676..95e4109685 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -36,7 +36,7 @@ from bb import cookerdata from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException if sys.getfilesystemencoding() != "utf-8": - sys.exit("Please use a locale setting which supports utf-8.\nPython can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.") + sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.") __version__ = "1.37.0" -- cgit v1.2.3-54-g00ecf