[oe-commits] Koen Kooi : glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on x86_64 hosts

GIT User account git at amethyst.openembedded.net
Thu Dec 4 15:00:20 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Dec  4 15:57:57 2008 +0100

glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on x86_64 hosts

---

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

diff --git a/packages/glibc/glibc-package.bbclass b/packages/glibc/glibc-package.bbclass
index 7caf6a7..89fbd1c 100644
--- a/packages/glibc/glibc-package.bbclass
+++ b/packages/glibc/glibc-package.bbclass
@@ -252,7 +252,7 @@ python package_do_split_gconvs () {
 		if target_arch in ("i486", "i586", "i686"):
 		   target_arch = "i386"
 
-		qemu = "qemu-%s -r 2.6.16" % target_arch
+		qemu = "qemu-%s  -s 1048576 -r 2.6.16" % target_arch
 		pkgname = 'locale-base-' + legitimize_package_name(name)
 		m = re.match("(.*)\.(.*)", name)
 		if m:





More information about the Openembedded-commits mailing list