From: Konrad Rzeszutek Wilk Date: Tue, 17 May 2011 18:42:21 +0000 (-0400) Subject: add root_image/pm-utils and use the upstream version of it. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8209de3c7de74909e1171aac3c3e3bcab1157469;p=xentesttools%2Fbootstrap.git add root_image/pm-utils and use the upstream version of it. --- diff --git a/sources.mk b/sources.mk index da919e1..150362d 100644 --- a/sources.mk +++ b/sources.mk @@ -1,12 +1,15 @@ -REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/RPMs xen linux +REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/RPMs root_image/pm-utils xen linux include $(TOP)/scm.mk GIT_URL=git://git.kernel.dk/ $(eval $(call GIT_REPO,fio.git,root_image/fio)) +GIT_URL=git://anongit.freedesktop.org/git/ +$(eval $(call GIT_REPO,pm-utils,root_image/pm-utils)) + GIT_URL=git://xenbits.xensource.com/xentesttools/ # Unroll those defines in real $-fetch labels.. $(eval $(call GIT_REPO,syslinux.git,syslinux))