From 59d15388c02caf193b562186cb60cf8118cbb92e Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Sat, 26 Dec 2009 22:42:51 +0100 Subject: This is for building binary locales for SH3 via qemu. Note that qemu-native has no support for sh3, one has to provide Qemu outside of OE. Qemu only has the qemu-sh4 applet, but since SH4 is a superset of SH3, simply linking qemu-sh4 to qemu-sh3 and enabling ASSUME_PROVIDED += "qemu-native" will do. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- recipes/glibc/glibc-package.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/glibc/glibc-package.inc') diff --git a/recipes/glibc/glibc-package.inc b/recipes/glibc/glibc-package.inc index c30f315fbc..2e9474db73 100644 --- a/recipes/glibc/glibc-package.inc +++ b/recipes/glibc/glibc-package.inc @@ -24,7 +24,7 @@ python __anonymous () { ENABLE_BINARY_LOCALE_GENERATION ?= "0" # BINARY_LOCALE_ARCHES is a space separated list of regular expressions -BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc" +BINARY_LOCALE_ARCHES ?= "arm.* sh3.* i[3-6]86 x86_64 powerpc" # Set this to zero if you don't want ldconfig in the output package USE_LDCONFIG ?= "1" -- cgit v1.2.3