busybox-hwclock could not be installed for me and I guess we don't really need it. I wanted to test OpenJDK 7 ZeroVM so we need to install it.
Signed-off-by: Sven Ebenfeld <[email protected]> --- recipes-images/images/java-test-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-images/images/java-test-image.bb b/recipes-images/images/java-test-image.bb index 4807858..22c7bdf 100644 --- a/recipes-images/images/java-test-image.bb +++ b/recipes-images/images/java-test-image.bb @@ -5,9 +5,9 @@ inherit core-image IMAGE_LINGUAS = " " -IMAGE_INSTALL = "busybox modutils-initscripts initscripts opkg udev sysvinit netbase base-files base-passwd busybox-hwclock \ +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-jamvm openjdk-7-vm-cacao \ + openjdk-7-jre openjdk-7-vm-zero 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 \ classpath \ -- 1.8.1.rc3 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
