Re: [PATCH v3 1/7] binman: bintool: move version check implementation into bintool class

2022-09-07 Thread Simon Glass
From: Quentin Schulz Version checking has nothing specific to compression/decompression tools so let's move it to the Bintool class. Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- v3: - removed superfluous version_regex assignment in BintoolPacker, - added Rb, - kept original

[PATCH v3 1/7] binman: bintool: move version check implementation into bintool class

2022-09-01 Thread Quentin Schulz
From: Quentin Schulz Version checking has nothing specific to compression/decompression tools so let's move it to the Bintool class. Signed-off-by: Quentin Schulz Reviewed-by: Simon Glass --- v3: - removed superfluous version_regex assignment in BintoolPacker, - added Rb, - kept original