summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-03-10 12:02:24 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-03-10 12:02:24 +0100
commitd0fe127c6e99739faf678dcbb5d525ef16ec0ae7 (patch)
tree5c7e981ecd8d5a6a7ad7d4ba704e1d2cdde8d20e /recipes-core
parente7a11e43a25762899d80051106917dcc3e37dd54 (diff)
downloadmeta-java-d0fe127c6e99739faf678dcbb5d525ef16ec0ae7.tar.gz
images: add a java test images which includes jre-versions 6 and 7
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/java-test-image.bb13
1 files changed, 13 insertions, 0 deletions
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 @@
1LICENSE = "MIT"
2
3inherit core-image
4
5IMAGE_LINGUAS = " "
6
7
8IMAGE_INSTALL = "tinylogin busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd busybox-hwclock \
9 ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} \
10 openjdk-7-jre openjdk-7-vm-jamvm openjdk-7-vm-cacao \
11 openjdk-6-jre openjdk-6-vm-zero openjdk-6-vm-jamvm openjdk-6-vm-cacao \
12 strace dropbear binutils \
13"