* [PATCH] rootfs: Remove the extraneous install directory
@ 2014-07-17 20:34 Saul Wold
2014-07-18 9:56 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2014-07-17 20:34 UTC (permalink / raw)
To: openembedded-core
[YOCTO #6497]
Signed-off-by: Saul Wold <sgw@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] rootfs: Remove the extraneous install directory
2014-07-17 20:34 Saul Wold
@ 2014-07-18 9:56 ` Paul Eggleton
0 siblings, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2014-07-18 9:56 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core
Hi Saul,
On Thursday 17 July 2014 13:34:09 Saul Wold wrote:
> [YOCTO #6497]
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
Could you please add a proper commit message? How this directory gets created
would be a good thing to mention.
Thanks,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] rootfs: Remove the extraneous install directory
@ 2014-07-18 17:05 Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2014-07-18 17:05 UTC (permalink / raw)
To: openembedded-core
The /install/tmp diectory is created during installation by
the smart package manager, we need to clean it up here
[YOCTO #6497]
Signed-off-by: Saul Wold <sgw@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-18 17:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 17:05 [PATCH] rootfs: Remove the extraneous install directory Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2014-07-17 20:34 Saul Wold
2014-07-18 9:56 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox