qemu images fail to rebuild the hwdb due to no space letf on device

 systemd-hwdb-update.service - Rebuild Hardware Database
   Loaded: loaded (/lib/systemd/system/systemd-hwdb-update.service;
   static; vendor preset: enabled)
      Active: failed (Result: exit-code) since Sat 2015-08-15 21:39:28
      UTC; 28s ago
      Docs: man:hwdb(7)
            man:systemd-hwdb(8)
                Process: 92 ExecStart=/bin/systemd-hwdb update
                (code=exited, status=1/FAILURE)
                 Main PID: 92 (code=exited, status=1/FAILURE)

         Aug 15 21:39:28 qemux86 systemd-hwdb[92]:
                 Failure writing database //etc/udev/hwdb.bin:
                 No space left on device
                 Aug 15 21:39:28 qemux86 systemd[1]:
                 systemd-hwdb-update.service: Main process
                 exited, code=exited, status=1/FAILURE
                 Aug 15 21:39:28 qemux86 systemd[1]: Failed to
                 start Rebuild Hardware Database.

Signed-off-by: Khem Raj <raj.k...@gmail.com>
---
 meta/recipes-core/images/core-image-minimal.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/images/core-image-minimal.bb 
b/meta/recipes-core/images/core-image-minimal.bb
index 9716274..8dd77b3 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -9,4 +9,4 @@ LICENSE = "MIT"
 inherit core-image
 
 IMAGE_ROOTFS_SIZE ?= "8192"
-
+IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", 
"systemd", " + 4096", "" ,d)}"
-- 
2.5.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to