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

2014-07-18 Thread Saul Wold
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 --- 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..b3

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

2014-07-18 Thread Paul Eggleton
Hi Saul, On Thursday 17 July 2014 13:34:09 Saul Wold wrote: > [YOCTO #6497] > Signed-off-by: Saul Wold > --- 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 --

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

2014-07-17 Thread Saul Wold
[YOCTO #6497] Signed-off-by: Saul Wold --- 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):