This is for building binary locales for SH3 via qemu. Note that
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Sat, 26 Dec 2009 21:42:51 +0000 (22:42 +0100)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Sat, 26 Dec 2009 21:42:51 +0000 (22:42 +0100)
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 <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/glibc/glibc-package.inc

index c30f315..2e9474d 100644 (file)
@@ -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"