All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Handle errors during license hard-links
@ 2016-06-11  7:47 Manuel Huber
  2016-06-11  7:50 ` [PATCH 1/1] Handle EXDEV if hard link to license fails Manuel Huber
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Huber @ 2016-06-11  7:47 UTC (permalink / raw)
  To: poky; +Cc: Manuel Huber

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-11  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11  7:47 [PATCH 0/1] Handle errors during license hard-links Manuel Huber
2016-06-11  7:50 ` [PATCH 1/1] Handle EXDEV if hard link to license fails Manuel Huber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.