[U-Boot] [PATCH 02/11] Add a simple script to remove boards

Tom Rini trini at konsulko.com
Sat May 11 19:44:20 UTC 2019


On Sat, May 11, 2019 at 01:23:47PM -0600, Simon Glass wrote:

> This script attempts to create a git commit which removes a single board.
> It is quite fallible and everything it does needs checking. But it can
> help speed up the process.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> 
>  tools/rmboard.py | 150 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 150 insertions(+)
>  create mode 100755 tools/rmboard.py
> 
> diff --git a/tools/rmboard.py b/tools/rmboard.py
> new file mode 100755
> index 0000000000..17952f795d
> --- /dev/null
> +++ b/tools/rmboard.py
> @@ -0,0 +1,150 @@
> +#! /usr/bin/python
> +# SPDX-License-Identifier: GPL-2.0+
> +# Copyright 2019 Google LLC

Is this python3 or python2?  Since we have a lot of python2 stuff
currently, I want to be sure we're just adding python3 now, thanks.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190511/b81d1d17/attachment.sig>


More information about the U-Boot mailing list