* [PATCH] buildtar: Copy bzImage for s390
@ 2018-07-19 15:39 Major Hayden
0 siblings, 0 replies; only message in thread
From: Major Hayden @ 2018-07-19 15:39 UTC (permalink / raw)
To: linux-kbuild, linux-kernel; +Cc: Major Hayden
Ensure the arch-specific bzImage is present in the tarball
for s390 systems.
Signed-off-by: Major Hayden <major@redhat.com>
---
scripts/package/buildtar | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/package/buildtar b/scripts/package/buildtar
index e8cc72a51b32..58937caab488 100755
--- a/scripts/package/buildtar
+++ b/scripts/package/buildtar
@@ -84,6 +84,9 @@ case "${ARCH}" in
[ -f "${KBUILD_IMAGE}" ] && cp -v -- "${KBUILD_IMAGE}" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}"
[ -f "${objtree}/lifimage" ] && cp -v -- "${objtree}/lifimage" "${tmpdir}/boot/lifimage-${KERNELRELEASE}"
;;
+ s390)
+ [ -f "${objtree}/arch/s390/boot/bzImage" ] && cp -v -- "${objtree}/arch/s390/boot/bzImage" "${tmpdir}/boot/vmlinuz-${KERNELRELEASE}"
+ ;;
vax)
[ -f "${objtree}/vmlinux.SYS" ] && cp -v -- "${objtree}/vmlinux.SYS" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}.SYS"
[ -f "${objtree}/vmlinux.dsk" ] && cp -v -- "${objtree}/vmlinux.dsk" "${tmpdir}/boot/vmlinux-${KERNELRELEASE}.dsk"
--
2.17.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-07-19 15:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 15:39 [PATCH] buildtar: Copy bzImage for s390 Major Hayden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®