diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-03-10 12:02:24 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-03-10 12:02:24 +0100 |
commit | d0fe127c6e99739faf678dcbb5d525ef16ec0ae7 (patch) | |
tree | 5c7e981ecd8d5a6a7ad7d4ba704e1d2cdde8d20e | |
parent | e7a11e43a25762899d80051106917dcc3e37dd54 (diff) | |
download | meta-java-d0fe127c6e99739faf678dcbb5d525ef16ec0ae7.tar.gz |
images: add a java test images which includes jre-versions 6 and 7
-rw-r--r-- | recipes-core/images/java-test-image.bb | 13 |
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 @@ | |||
1 | LICENSE = "MIT" | ||
2 | |||
3 | inherit core-image | ||
4 | |||
5 | IMAGE_LINGUAS = " " | ||
6 | |||
7 | |||
8 | IMAGE_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 | " | ||