From: Manuel Huber <manuel.h87@gmail.com>
To: poky@yoctoproject.org
Cc: Manuel Huber <manuel.h87@gmail.com>
Subject: [PATCH 0/1] Handle errors during license hard-links
Date: Sat, 11 Jun 2016 09:47:22 +0200 [thread overview]
Message-ID: <cover.1465630004.git.manuel.h87@gmail.com> (raw)
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
next reply other threads:[~2016-06-11 7:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-11 7:47 Manuel Huber [this message]
2016-06-11 7:50 ` [PATCH 1/1] Handle EXDEV if hard link to license fails Manuel Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1465630004.git.manuel.h87@gmail.com \
--to=manuel.h87@gmail.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.