Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] [PATCH 1/3][XM-TEST] Update xm-test to use current uclib bui

To: Xen-Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 1/3][XM-TEST] Update xm-test to use current uclib buildroot snapshot.
From: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Sep 2006 13:12:30 +1000
Delivery-date: Sun, 24 Sep 2006 20:13:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: Xen-Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
Use the current buildroot-snapshot, as the default file doesn't exist anymore.

Also remove misleading comment.

Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>

---

 Makefile.am |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: xen-unstable.hg-mainline.working/tools/xm-test/ramdisk/Makefile.am
===================================================================
--- xen-unstable.hg-mainline.working.orig/tools/xm-test/ramdisk/Makefile.am
+++ xen-unstable.hg-mainline.working/tools/xm-test/ramdisk/Makefile.am
@@ -2,9 +2,8 @@ INITRD ?= http://xm-test.xensource.com/r
 
 EXTRA_DIST = skel configs patches
 
-BR_TAR = buildroot-20060606.tar.bz2
+BR_TAR = buildroot-snapshot.tar.bz2
 BR_URL = http://buildroot.uclibc.org/downloads/snapshots/$(BR_TAR)
-#BR_URL = 
http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
 BR_SRC = buildroot
 BR_IMG = $(BR_SRC)/rootfs.i386.ext2

Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 1/3][XM-TEST] Update xm-test to use current uclib buildroot snapshot., Tony Breeds <=