diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-16 12:08:18 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-06-02 11:57:07 +0200 |
commit | e7e2326e82ca4243f520501584bee76d4689ae61 (patch) | |
tree | 2abb31e5d06b62e0502c61f2e0449fc5eaa3f058 | |
parent | 66db3b8e788e2661cf6ab9951766f9211d4c0deb (diff) |
angstrom: no binary locales for ep93xx
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Tom Rini <trini@embeddedalley.com>
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 2655bfe3bb..a91efe4bd7 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -99,6 +99,9 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "1" # We only want to build UTF8 locales LOCALE_UTF8_ONLY = "1" +#qemu doesn't like this fp +ENABLE_BINARY_LOCALE_GENERATION_ep93xx = "0" + #qemu has taken a dislike to armeb as well ENABLE_BINARY_LOCALE_GENERATION_armeb = "0" |