[U-Boot] [Bug] Installation of sources fails on case insensitive filesystems

This problem was initially reported for QEMU (which includes the U-Boot sources):
https://bugs.launchpad.net/qemu/+bug/1714750
It is caused by scripts/Kconfig and scripts/kconfig which occupy the same name on filesystems which don't distinguish the case.
Maybe this can be fixed in the planned next release of U-Boot?
Kind regards, Stefan Weil

Am 04.09.2017 um 19:42 schrieb Stefan Weil:
This problem was initially reported for QEMU (which includes the U-Boot sources):
https://bugs.launchpad.net/qemu/+bug/1714750
It is caused by scripts/Kconfig and scripts/kconfig which occupy the same name on filesystems which don't distinguish the case.
Maybe this can be fixed in the planned next release of U-Boot?
Kind regards, Stefan Weil
According to https://bugs.launchpad.net/qemu/+bug/1714750/comments/2, the regression was added by this commit: https://github.com/u-boot/u-boot/commit/61304dbec36dc445bbe7d2c19b4da0695861...
Is there a chance to get this fixed in the next release?
Stefan
participants (1)
-
Stefan Weil