diff options
-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 | " | ||