From: Major Hayden <major@redhat.com>
To: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Major Hayden <major@redhat.com>
Subject: [PATCH] buildtar: Copy bzImage for s390
Date: Thu, 19 Jul 2018 10:39:34 -0500 [thread overview]
Message-ID: <20180719153934.5788-1-major@redhat.com> (raw)
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
reply other threads:[~2018-07-19 15:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180719153934.5788-1-major@redhat.com \
--to=major@redhat.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®