[oe] [meta-java][PATCH v3 09/10] java-test-image: remove busybox-hwclock

Sven Ebenfeld sven.ebenfeld at gmail.com
Mon Apr 27 20:13:04 UTC 2015


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 <sven.ebenfeld at gmail.com>
---
 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 \
-- 
1.9.1




More information about the Openembedded-devel mailing list