Re: [PATCH v2] binman: Fix SyntaxWarning: invalid escape sequence '\('

2023-09-10 Thread Rong Tao
On 9/11/23 6:36 AM, Simon Glass wrote: Hi, On Tue, 5 Sept 2023 at 19:34, 荣涛 wrote: Thanks, Simon The following lines is my systeme ENV and make log $ cat /etc/os-release NAME="Fedora Linux" VERSION="40 (Workstation Edition Prerelease)" ID=fedora VERSION_ID=40 VERSION_CODENAME="" PLATFORM_ID=

[PATCH v2] binman: Fix SyntaxWarning: invalid escape sequence '\('

2023-09-05 Thread Rong Tao
From: Rong Tao Reproduct warning: $ git clean -dfx $ make CROSS_COMPILE="" qemu-x86_64_defconfig $ make -j8 ... u-boot/tools/binman/etype/section.py:25: SyntaxWarning: invalid escape sequence '\(' """Entry that contains oth

[PATCH] binman: Fix SyntaxWarning: invalid escape sequence '\('

2023-09-04 Thread Rong Tao
From: Rong Tao Reproduct warning: $ sudo git clean -dfx $ make CROSS_COMPILE="" qemu-x86_64_defconfig $ sudo make -j8 ... u-boot/tools/binman/etype/section.py:25: SyntaxWarning: invalid escape sequence '\(' """Entry that contains

[PATCH] Adjust gitignore for /build

2023-09-04 Thread Rong Tao
From: Rong Tao /build-* can't ignore /build. Signed-off-by: Rong Tao --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 002f95de4feb..9697f0088f80 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,7 @@ *.tab.[ch] #