summaryrefslogtreecommitdiff
path: root/multitech/recipes/images/corecdp-full-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'multitech/recipes/images/corecdp-full-image.bb')
-rw-r--r--multitech/recipes/images/corecdp-full-image.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/multitech/recipes/images/corecdp-full-image.bb b/multitech/recipes/images/corecdp-full-image.bb
index 7ca305d..da60009 100644
--- a/multitech/recipes/images/corecdp-full-image.bb
+++ b/multitech/recipes/images/corecdp-full-image.bb
@@ -28,8 +28,12 @@ IMAGE_INSTALL += "python-sqlite3"
IMAGE_INSTALL += "ruby"
-# Java
+# OpenJDK Java runtime
IMAGE_INSTALL += "openjdk-6-jre"
+# OpenJDK Zero VM (default)
+IMAGE_INSTALL += "openjdk-6-vm-zero"
+# Add the Cacao VM (run with java -cacao)
+IMAGE_INSTALL += "openjdk-6-vm-cacao"
IMAGE_INSTALL += "php php-cli php-cgi"