]> code.ossystems Code Review - openembedded-core.git/commit
gen-lockedsig-cache: catch os.link error
authorbrian avery <avery.brian@gmail.com>
Sun, 19 Mar 2017 17:32:40 +0000 (10:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:02 +0000 (22:43 +0000)
commitfb9fdd7a74917cdcab039aa3a9a9944b18246fea
treefd743a04a42f380e192e1e9c75be686d203e6d2b
parent9e99897f17d9c62ca5da208751d6560fc98927b6
gen-lockedsig-cache: catch os.link error

We do a hard link to speed up sdk creation but if your sstate-cache is
across a file system boundary, this tries and fails. This patch catches
that error and does a copy instead.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/gen-lockedsig-cache