Skip to content

Commit

Permalink
kernelci.build: update kernel image name map with sparc
Browse files Browse the repository at this point in the history
Update the dictionary with the kernel image names to use "sparc"
instead of "sparc64" as the arch name.

Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
  • Loading branch information
gctucker committed Aug 3, 2022
1 parent 836daf0 commit 83ba936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernelci/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'i386': 'bzImage',
'x86_64': 'bzImage',
'mips': 'uImage.gz',
'sparc64': 'zImage',
'sparc': 'zImage',
}

# Hard-coded binary kernel image names for each CPU architecture
Expand All @@ -62,7 +62,7 @@
'i386': {'bzImage'},
'mips': {'uImage.gz', 'vmlinux.gz.itb', 'vmlinuz'},
'riscv': {'Image', 'Image.gz'},
'sparc64': {'zImage'},
'sparc': {'zImage'},
'x86_64': {'bzImage'},
'x86': {'bzImage'},
}
Expand Down

0 comments on commit 83ba936

Please sign in to comment.