Re: [PATCH 3/6] Adjust Linux build script to work with other major versions

2025-04-10 Thread Marek Marczykowski-Górecki
On Thu, Apr 10, 2025 at 12:46:25PM +0100, Andrew Cooper wrote: > Simply the tar expression, as 'tar xf' can figure out the compression > automatically. > > Signed-off-by: Andrew Cooper Reviewed-by: Marek Marczykowski-Górecki > --- > CC: Roger Pau Monné > CC: Stefano Stabellini > CC: Michal O

[PATCH 3/6] Adjust Linux build script to work with other major versions

2025-04-10 Thread Andrew Cooper
Simply the tar expression, as 'tar xf' can figure out the compression automatically. Signed-off-by: Andrew Cooper --- CC: Roger Pau Monné CC: Stefano Stabellini CC: Michal Orzel CC: Marek Marczykowski-Górecki CC: Anthony PERARD v2: * Use 'tar xf' --- scripts/x86_64-kernel-linux.sh | 5 +++