From d0fe127c6e99739faf678dcbb5d525ef16ec0ae7 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sun, 10 Mar 2013 12:02:24 +0100 Subject: images: add a java test images which includes jre-versions 6 and 7 --- recipes-core/images/java-test-image.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-core/images/java-test-image.bb diff --git a/recipes-core/images/java-test-image.bb b/recipes-core/images/java-test-image.bb new file mode 100644 index 0000000..34d90f9 --- /dev/null +++ b/recipes-core/images/java-test-image.bb @@ -0,0 +1,13 @@ +LICENSE = "MIT" + +inherit core-image + +IMAGE_LINGUAS = " " + + +IMAGE_INSTALL = "tinylogin busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd busybox-hwclock \ + ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \ + openjdk-7-jre openjdk-7-vm-jamvm openjdk-7-vm-cacao \ + openjdk-6-jre openjdk-6-vm-zero openjdk-6-vm-jamvm openjdk-6-vm-cacao \ + strace dropbear binutils \ +" -- cgit v1.2.3-54-g00ecf