[OE-core] [PATCH] rootfs: Remove the extraneous install directory

Saul Wold sgw at linux.intel.com
Thu Jul 17 20:34:09 UTC 2014


[YOCTO #6497]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/lib/oe/rootfs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py
index bc2524f..b34856c 100644
--- a/meta/lib/oe/rootfs.py
+++ b/meta/lib/oe/rootfs.py
@@ -379,6 +379,7 @@ class RpmRootfs(Rootfs):
         # __db.00* (Berkeley DB files that hold locks, rpm specific environment
         # settings, etc.), that should not get into the final rootfs
         self.pm.unlock_rpm_db()
+        bb.utils.remove(self.image_rootfs + "/install", True)
 
 
 class DpkgRootfs(Rootfs):
-- 
1.8.3.1




More information about the Openembedded-core mailing list