WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] TXT: update Makefile to latest tboot tarfile

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] TXT: update Makefile to latest tboot tarfile
From: "Cihula, Joseph" <joseph.cihula@xxxxxxxxx>
Date: Fri, 17 Apr 2009 09:08:32 -0700
Accept-language: en-US
Acceptlanguage: en-US
Cc:
Delivery-date: Fri, 17 Apr 2009 09:09:16 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acm/dsEFlgbd4I0dRUOIRbYguWz2Jg==
Thread-topic: [PATCH] TXT: update Makefile to latest tboot tarfile
This patch updates the Makefile to download the latest version of tboot, which 
supports the interface changes made recently.  This should go into 3.4, since 
3.4 supports the new tboot interface.

However, as the download URL is now http://xenbits.xensource.com/xen-extfiles, 
the new tarfile will need to be copied there from its location on SourceForge 
before this can be tested.

Signed-off-by: Joseph Cihula 
joseph.cihula@xxxxxxxxx<mailto:joseph.cihula@xxxxxxxxx>

diff -r 655dc3bc1d8e Makefile
--- a/Makefile  Thu Apr 16 11:54:06 2009 +0100
+++ b/Makefile  Fri Apr 17 07:48:23 2009 -0700
@@ -237,7 +237,7 @@ linux26:
 # tboot targets
 #

-TBOOT_TARFILE = tboot-20080613.tar.gz
+TBOOT_TARFILE = tboot-20090330.tar.gz
 #TBOOT_BASE_URL = http://downloads.sourceforge.net/tboot
 TBOOT_BASE_URL = $(XEN_EXTFILES_URL)



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] TXT: update Makefile to latest tboot tarfile, Cihula, Joseph <=