From 405f6571be156af93a18580ca54350a29cbdfe43 Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Mon, 27 Apr 2015 22:13:04 +0200 Subject: java-test-image: remove busybox-hwclock busybox-hwclock fails installing for me and I don't see the point for leaving it in the image. So I removed it. Signed-off-by: Sven Ebenfeld Signed-off-by: Otavio Salvador --- recipes-images/images/java-test-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/images/java-test-image.bb b/recipes-images/images/java-test-image.bb index eb9f253..22c7bdf 100644 --- a/recipes-images/images/java-test-image.bb +++ b/recipes-images/images/java-test-image.bb @@ -5,7 +5,7 @@ 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-zero openjdk-7-vm-jamvm openjdk-7-vm-cacao \ openjdk-6-jre openjdk-6-vm-zero openjdk-6-vm-jamvm openjdk-6-vm-cacao \ -- cgit v1.2.3-54-g00ecf