[oe-commits] Kristoffer Ericson : This is for building binary locales for SH3 via qemu. Note that

git version control git at git.openembedded.org
Sat Dec 26 21:45:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 59d15388c02caf193b562186cb60cf8118cbb92e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59d15388c02caf193b562186cb60cf8118cbb92e

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Sat Dec 26 22:42:51 2009 +0100

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 <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/glibc/glibc-package.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/glibc/glibc-package.inc b/recipes/glibc/glibc-package.inc
index c30f315..2e9474d 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"





More information about the Openembedded-commits mailing list