All of lore.kernel.org
 help / color / mirror / Atom feed
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 2/2] build system: Also include the TianoCore custom Makefile
Date: Sun, 20 Nov 2016 22:27:22 -0500	[thread overview]
Message-ID: <20161121032722.5168-3-konrad@kernel.org> (raw)
In-Reply-To: <20161121032722.5168-1-konrad@kernel.org>

that we put in the ovmf-dir (see tools/firmware/Makefile).

Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
---
 tools/misc/mktarball | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/misc/mktarball b/tools/misc/mktarball
index 7942846..356def3 100755
--- a/tools/misc/mktarball
+++ b/tools/misc/mktarball
@@ -39,6 +39,7 @@ git_archive_into $xen_root/tools/firmware/seabios-dir-remote $tdir/xen-$desc/too
 
 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
+    cp $xen_root/tools/firmware/ovmf-makefile $tdir/xen-$desc/tools/firmware/ovmf-dir/Makefile
 fi
 GZIP=-9v tar cz -f $xen_root/dist/xen-$desc.tar.gz -C $tdir xen-$desc
 
-- 
2.9.3


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  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 ` [PATCH 1/2] build system: Include SeaBIOS and TianoCore directory Konrad Rzeszutek Wilk
2016-11-23  2:39   ` 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 ` Konrad Rzeszutek Wilk [this message]
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-3-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.