]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
add root_image/pm-utils and use the upstream version of it.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 17 May 2011 18:42:21 +0000 (14:42 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 17 May 2011 18:42:21 +0000 (14:42 -0400)
sources.mk

index da919e11fb2ccafa8495d75c312fd3ed04ba122d..150362dec65278672b52f855df81add1c7aed6b8 100644 (file)
@@ -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))