[PATCH v2 04/30] binman: Avoid using a symlink

Bin Meng bmeng.cn at gmail.com
Sun Apr 30 18:43:40 CEST 2023


Hi Simon,

On Sun, Apr 30, 2023 at 9:30 AM Simon Glass <sjg at chromium.org> wrote:
>
> Use a small Python script instead of a symlink to avoid problems with
> Windows.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  tools/binman/binman | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
>  mode change 120000 => 100755 tools/binman/binman
>

This patch does not seem necessary if:

1. Enable Windows developer mode
2. export MSYS=winsymlinks:native

Regards,
Bin


More information about the U-Boot mailing list