glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to work on...
authorKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 14:57:57 +0000 (15:57 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 4 Dec 2008 14:57:57 +0000 (15:57 +0100)
packages/glibc/glibc-package.bbclass

index 7caf6a7..89fbd1c 100644 (file)
@@ -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: