All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 16/17] binman: Move to use Python 3
@ 2019-10-31 17:25 Simon Glass
  2019-10-31 17:33 ` Peter Robinson
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Glass @ 2019-10-31 17:25 UTC (permalink / raw)
  To: u-boot

Update this tool to use Python 3 to meet the 2020 deadline.

This problem in pylibfdt is now fixed.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v3:
- Fix commit message to mention that the pylibfdt problem is fixed.

Changes in v2:
- Add a few more patches to correct remaining problems

 tools/binman/binman.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/binman.py b/tools/binman/binman.py
index 8bd5868df2..9e6fd72117 100755
--- a/tools/binman/binman.py
+++ b/tools/binman/binman.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0+
 
 # Copyright (c) 2016 Google, Inc
-- 
2.24.0.rc0.303.g954a862665-goog

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

* [U-Boot] [PATCH v3 16/17] binman: Move to use Python 3
  2019-10-31 17:25 [U-Boot] [PATCH v3 16/17] binman: Move to use Python 3 Simon Glass
@ 2019-10-31 17:33 ` Peter Robinson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Robinson @ 2019-10-31 17:33 UTC (permalink / raw)
  To: u-boot

On Thu, Oct 31, 2019 at 5:26 PM Simon Glass <sjg@chromium.org> wrote:
>
> Update this tool to use Python 3 to meet the 2020 deadline.
>
> This problem in pylibfdt is now fixed.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

For what it's worth I tested this series with 2020-rc1 on Fedora 32
with python3 and it built all our various supported configs.

Tested-by: Peter Robinson <pbrobinson@gmail.com>

> ---
>
> Changes in v3:
> - Fix commit message to mention that the pylibfdt problem is fixed.
>
> Changes in v2:
> - Add a few more patches to correct remaining problems
>
>  tools/binman/binman.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/binman/binman.py b/tools/binman/binman.py
> index 8bd5868df2..9e6fd72117 100755
> --- a/tools/binman/binman.py
> +++ b/tools/binman/binman.py
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python2
> +#!/usr/bin/env python3
>  # SPDX-License-Identifier: GPL-2.0+
>
>  # Copyright (c) 2016 Google, Inc
> --
> 2.24.0.rc0.303.g954a862665-goog
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

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

end of thread, other threads:[~2019-10-31 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 17:25 [U-Boot] [PATCH v3 16/17] binman: Move to use Python 3 Simon Glass
2019-10-31 17:33 ` Peter Robinson

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.