[oe-commits] Robert Schuster : jamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private directory.

git version control git at git.openembedded.org
Tue Sep 29 09:08:09 UTC 2009


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

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Tue Sep 29 11:07:11 2009 +0200

jamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private directory.

---

 recipes/jamvm/jamvm-initial_1.4.5.bb |    8 ++++++--
 recipes/jamvm/jamvm-initial_1.5.0.bb |    6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/recipes/jamvm/jamvm-initial_1.4.5.bb b/recipes/jamvm/jamvm-initial_1.4.5.bb
index c71811d..1566deb 100644
--- a/recipes/jamvm/jamvm-initial_1.4.5.bb
+++ b/recipes/jamvm/jamvm-initial_1.4.5.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 
 DEPENDS = "zlib-native classpath-initial jikes-initial"
 
-PR = "r0"
+PR = "r1"
 
 PROVIDES = "virtual/java-initial"
 
@@ -19,12 +19,16 @@ ARM_INSTRUCTION_SET = "arm"
 
 inherit native autotools
 
+# libdir must be modified so that jamvm-initial and -native
+# do not interfere
 EXTRA_OECONF = "\
   --with-classpath-install-dir=${prefix} \
   --program-suffix=-initial \
+  --libdir=${STAGING_LIBDIR}/jamvm-initial \
   "
 
-CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
+# jamvm-initial has to run some binaries which need lots of memory.
+CFLAGS += "-DDEFAULT_MAX_HEAP=512*MB"
 
 do_compile() {
   oe_runmake \
diff --git a/recipes/jamvm/jamvm-initial_1.5.0.bb b/recipes/jamvm/jamvm-initial_1.5.0.bb
index a1c415d..1566deb 100644
--- a/recipes/jamvm/jamvm-initial_1.5.0.bb
+++ b/recipes/jamvm/jamvm-initial_1.5.0.bb
@@ -19,12 +19,16 @@ ARM_INSTRUCTION_SET = "arm"
 
 inherit native autotools
 
+# libdir must be modified so that jamvm-initial and -native
+# do not interfere
 EXTRA_OECONF = "\
   --with-classpath-install-dir=${prefix} \
   --program-suffix=-initial \
+  --libdir=${STAGING_LIBDIR}/jamvm-initial \
   "
 
-CFLAGS += "-DDEFAULT_MAX_HEAP=16*MB"
+# jamvm-initial has to run some binaries which need lots of memory.
+CFLAGS += "-DDEFAULT_MAX_HEAP=512*MB"
 
 do_compile() {
   oe_runmake \





More information about the Openembedded-commits mailing list