From: Konrad Rzeszutek Wilk <konrad@kernel.org>
To: ian.jackson@eu.citrix.com, wei.liu2@citrix.com
Cc: xen-devel@lists.xenproject.org,
Konrad Rzeszutek Wilk <konrad@kernel.org>
Subject: [PATCH 1/2] build system: Include SeaBIOS and TianoCore directory
Date: Sun, 20 Nov 2016 22:27:21 -0500 [thread overview]
Message-ID: <20161121032722.5168-2-konrad@kernel.org> (raw)
In-Reply-To: <20161121032722.5168-1-konrad@kernel.org>
The release source did not include those two directories.
Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
---
tools/misc/mktarball | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/misc/mktarball b/tools/misc/mktarball
index 73282b5..7942846 100755
--- a/tools/misc/mktarball
+++ b/tools/misc/mktarball
@@ -35,6 +35,11 @@ git_archive_into $xen_root/tools/qemu-xen-traditional-dir-remote $tdir/xen-$desc
git_archive_into $xen_root/extras/mini-os-remote $tdir/xen-$desc/extras/mini-os
+git_archive_into $xen_root/tools/firmware/seabios-dir-remote $tdir/xen-$desc/tools/firmware/seabios-dir
+
+if [ -d $xen_root/tools/firmware/ovmf-dir-remote ]; then
+ git_archive_into $xen_root/tools/firmware/ovmf-dir-remote $tdir/xen-$desc/tools/firmware/ovmf-dir
+fi
GZIP=-9v tar cz -f $xen_root/dist/xen-$desc.tar.gz -C $tdir xen-$desc
echo "Source tarball in $xen_root/dist/xen-$desc.tar.gz"
--
2.9.3
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-11-21 3:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-21 3:27 [PATCH] Fixes to build-system (make src-tarball-release) Konrad Rzeszutek Wilk
2016-11-21 3:27 ` Konrad Rzeszutek Wilk [this message]
2016-11-23 2:39 ` [PATCH 1/2] build system: Include SeaBIOS and TianoCore directory Wei Liu
2016-11-23 4:02 ` Konrad Rzeszutek Wilk
2016-11-23 10:14 ` Wei Liu
2016-11-23 12:25 ` Konrad Rzeszutek Wilk
2016-11-21 3:27 ` [PATCH 2/2] build system: Also include the TianoCore custom Makefile Konrad Rzeszutek Wilk
2016-11-21 14:43 ` [PATCH 3/3] build system: Also copy ipxe.tar.gz Konrad Rzeszutek Wilk
2016-11-22 10:29 ` [PATCH] Fixes to build-system (make src-tarball-release) Wei Liu
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=20161121032722.5168-2-konrad@kernel.org \
--to=konrad@kernel.org \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.