]> code.ossystems Code Review - openembedded-core.git/commit
rm_work.bbclass: ignore failure for removing pseudo folder
authorMing Liu <ming.liu@windriver.com>
Thu, 23 May 2013 07:33:43 +0000 (15:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:14:30 +0000 (14:14 +0100)
commit9742e866f545bc0d04aca697b541ed88f4e1764a
tree5c92b0171ee2e2d2c7ab58b0c2c2b296456e850f
parent9e39d10ec92db23c9765b83559c32c0302bc8c5d
rm_work.bbclass: ignore failure for removing pseudo folder

When building over NFS2/3 server, removal of pseudo folders will fail in
some cases for there are files in it still used by pseudo daemon, thus
cause ".nfsXXXXX" files generated which can't be removed by clients. This
will lead rm_work task fo fail.

These failures could be safely ignored because ".nfsXXXXX" files would be
automatically cleared by NFS server when no clients keep opening them.

[YOCTO #4531]
[ CQID: WIND00412051 ]

Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rm_work.bbclass