summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multitech/recipes/images/corecdp-full-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/multitech/recipes/images/corecdp-full-image.bb b/multitech/recipes/images/corecdp-full-image.bb
index da60009..e1b8d1e 100644
--- a/multitech/recipes/images/corecdp-full-image.bb
+++ b/multitech/recipes/images/corecdp-full-image.bb
@@ -34,6 +34,8 @@ IMAGE_INSTALL += "openjdk-6-jre"
IMAGE_INSTALL += "openjdk-6-vm-zero"
# Add the Cacao VM (run with java -cacao)
IMAGE_INSTALL += "openjdk-6-vm-cacao"
+# Add the JamVM VM (run with java -jamvm)
+IMAGE_INSTALL += "openjdk-6-vm-jamvm"
IMAGE_INSTALL += "php php-cli php-cgi"