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

2025-04-09 Thread Andrew Cooper
On 09/04/2025 5:57 pm, Marek Marczykowski-Górecki wrote: > On Wed, Apr 09, 2025 at 05:36:59PM +0100, Andrew Cooper wrote: >> Also use 'tar o' to decompress based on file name. > Do you mean 'tar a'? -o is --no-same-owner. Anyway, just 'tar xf' > works too, even in alpine. Hmm...  Muscle memory fro

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

2025-04-09 Thread Marek Marczykowski-Górecki
On Wed, Apr 09, 2025 at 05:36:59PM +0100, Andrew Cooper wrote: > Also use 'tar o' to decompress based on file name. Do you mean 'tar a'? -o is --no-same-owner. Anyway, just 'tar xf' works too, even in alpine. > Signed-off-by: Andrew Cooper > --- > CC: Roger Pau Monné > CC: Stefano Stabellini >

[PATCH 5/8] Adjust Linux build script to work with other major versions

2025-04-09 Thread Andrew Cooper
Also use 'tar o' to decompress based on file name. Signed-off-by: Andrew Cooper --- CC: Roger Pau Monné CC: Stefano Stabellini CC: Michal Orzel CC: Marek Marczykowski-Górecki CC: Anthony PERARD --- scripts/x86_64-kernel-linux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) di