All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] updating to a u-boot without the case-sensitive filename clash
@ 2017-10-10 14:22 Peter Maydell
  2017-10-10 15:06 ` Eric Blake
  2017-10-10 16:32 ` Richard Henderson
  0 siblings, 2 replies; 8+ messages in thread
From: Peter Maydell @ 2017-10-10 14:22 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Alexander Graf, Thomas Huth, Michael Roth

Hi; we currently have an issue with the u-boot we're using where it
has a file and a directory that differ only in case (scripts/Kconfig
and scripts/kconfig/). This means that QEMU's release tarballs won't
unpack on a case-insensitive filesystem (OSX, Windows).

u-boot have now fixed this upstream:
http://git.denx.de/?p=u-boot.git;a=commitdiff;h=610eec7f0593574c034054ba54fc1c934755e208

but we need to decide how best to get this fix into QEMU so that
our tarballs will unpack, both for the upcoming QEMU 2.11 and
ideally for future point releases based on 2.10.

I can see a couple of options:
 (1) wait for next u-boot release (scheduled for Nov 13, 2017),
     and move to that
     [downsides: would be in the middle of QEMU's own release cycle,
      pretty late to fix any problems with the new version;
      rather a big change to put into stable]
 (2) move to u-boot current head-of-unstable
     [downsides: would mean running some random git commit version,
      also not really very suitable for stable]
 (3) backport the upstream fix to sit on top of the u-boot version
     we're currently using (I think the patch should apply as-is)
     [downsides: would need to figure out how to get that commit into
      the mirror of the u-boot repo that we use; would a build of it
      claim a misleading u-boot version number?]
 (4) suggest your better idea here!

Thoughts?

(Proposals for automated tests to ensure we don't run into the
case-sensitivity problem again in future also welcome.)

thanks
-- PMM

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

end of thread, other threads:[~2017-10-11 13:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10 14:22 [Qemu-devel] updating to a u-boot without the case-sensitive filename clash Peter Maydell
2017-10-10 15:06 ` Eric Blake
2017-10-10 15:15   ` Daniel P. Berrange
2017-10-10 16:32 ` Richard Henderson
2017-10-10 17:43   ` Michael Roth
2017-10-10 17:51     ` Richard Henderson
2017-10-11 13:11     ` Thomas Huth
2017-10-11 13:31       ` Alexander Graf

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.