From 38f4c1365c11c0c369e297ec53591439be589fb0 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Fri, 16 Oct 2015 19:31:09 +0200 Subject: openjdk7: remove broken/unsupported VM's Since Shark is utterly broken and cacao and jamvm are terrible slow compared to zero, it's pointless to support them for targets with limited resources unless there is active maintainership taken by responsible person. Signed-off-by: Jens Rehsack Signed-off-by: Otavio Salvador --- recipes-images/images/java-test-image.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-images') diff --git a/recipes-images/images/java-test-image.bb b/recipes-images/images/java-test-image.bb index b8a729a..005e7a1 100644 --- a/recipes-images/images/java-test-image.bb +++ b/recipes-images/images/java-test-image.bb @@ -7,12 +7,10 @@ IMAGE_LINGUAS = " " IMAGE_INSTALL = "busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd \ ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ - openjdk-7-jre openjdk-7-vm-zero openjdk-7-vm-jamvm openjdk-7-vm-cacao \ + openjdk-7-jre openjdk-7-vm-zero \ strace dropbear binutils \ classpath \ classpath-common \ classpath-examples \ classpath-tools \ - jamvm \ - cacao \ " -- cgit v1.2.3-54-g00ecf