Re: [OE-core] [PATCH] kernel/rm_work: Improve interaction

2015-05-20 Thread ChenQi
Hi Richard, I've observed a side effect of this patch. The problem is sstate reuse. Steps to reproduce: 1) bitbake core-image-minimal 2) Change TMPDIR in local.conf TMPDIR = ${TOPDIR}/tmp-test 3) bitbake core-image-minimal In theory, sstate objects are all reused in step 3. But currently

Re: [OE-core] [PATCH] kernel/rm_work: Improve interaction

2015-05-20 Thread Richard Purdie
On Wed, 2015-05-20 at 14:01 +0800, ChenQi wrote: I've observed a side effect of this patch. The problem is sstate reuse. Steps to reproduce: 1) bitbake core-image-minimal 2) Change TMPDIR in local.conf TMPDIR = ${TOPDIR}/tmp-test 3) bitbake core-image-minimal In theory, sstate