[poky] [PATCH 0/1] Handle errors during license hard-links
Manuel Huber
manuel.h87 at gmail.com
Sat Jun 11 00:47:22 PDT 2016
This might be a real corner case I hit:
I'm using docker for building poky with separate volumes for source
code (poky and all layers) and the actual build result. Poky tries to
create hard links for licenses depending on st_dev. But unfortunately
across docker volumes the number might be the same (0) but creating
hard links still fails with EXDEV.
The following changes since commit 40e789d1fee7f0df2d23230fff38325119ad2935:
bitbake: lib/bb/main.py: Fix use of BBPOSTCONF and BBPRECONF (2016-06-09 18:00:58 +0100)
are available in the git repository at:
git://github.com/boon-code/poky bugfix/master/Fix-license-copy-in-docker
https://github.com/boon-code/poky/tree/bugfix/master/Fix-license-copy-in-docker
Manuel Huber (1):
Handle EXDEV if hard link to license fails
meta/classes/license.bbclass | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
--
2.5.0
More information about the poky
mailing list