From: Koen Kooi Date: Thu, 4 Dec 2008 14:57:57 +0000 (+0100) Subject: glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on... X-Git-Tag: Release-2010-05/1~4953 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4ff93f04655e30ddb9503bae7260fe6581e685;p=openembedded.git glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on x86_64 hosts --- diff --git a/packages/glibc/glibc-package.bbclass b/packages/glibc/glibc-package.bbclass index 7caf6a731c..89fbd1ca72 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: