I met the same error when I inherited 'rm_work' in local.conf and
performed a world build.
This is reproducible with the latest code.
1. add in local.conf
INHERIT += "rm_work"
2. bitbake world
//Chen Qi
On 11/19/2013 07:21 AM, Yi Qingliang wrote:
after update poky, I got error when comp
On Tuesday, November 19, 2013 11:35:14 AM Phil Blundell wrote:
> On Tue, 2013-11-19 at 09:24 +, Phil Blundell wrote:
> > On Tue, 2013-11-19 at 07:21 +0800, Yi Qingliang wrote:
> > >I found one patch 'Use hardlinks for do_populate_sysroot for speed'
> > >may be related with this error.
> >
> >
On Tue, 2013-11-19 at 09:24 +, Phil Blundell wrote:
> On Tue, 2013-11-19 at 07:21 +0800, Yi Qingliang wrote:
> >I found one patch 'Use hardlinks for do_populate_sysroot for speed'
> >may be related with this error.
>
> The failure only seems to occur with the kernel, whereas I think that
> pa
On Tue, 2013-11-19 at 07:21 +0800, Yi Qingliang wrote:
> The stack trace of python calls that resulted in this exception/failure was:
> File: 'sysroot_stage_all', lineno: 6, function:
> 0002:def sysroot_stage_all(d):
> 0003:oe.path.copyhardlinktree(d.expand("/mnt/src/kl360-
> build/t
after update poky, I got error when compile my own kernel, it looks like there
is no directory '/mnt/src/kl360-build/tmp/work/kl360-jilong-linux-
gnueabi/linux-jilong/3.9.4-gitAUTOINC+5dbff4f559/image'.
in my bb file, I only inherit kernel.
I found one patch 'Use hardlinks for do_populate_sysroo