]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
scm: Add 'qemu' as repo to pull. master
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 14 Jun 2018 00:06:54 +0000 (20:06 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 14 Jun 2018 00:06:54 +0000 (20:06 -0400)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
sources.mk

index 70048b9adf625cb9334ada3d73f69512837f3d9e..999249b0e3b26fd991f67062285d18bcd7685d07 100644 (file)
@@ -1,5 +1,5 @@
 
-REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze root_image/libraw1394
+REPOS = syslinux root_image/busybox root_image/netperf root_image/pciutils root_image/fio root_image/pm-utils root_image/kexec-tools xen linux root_image/xenalyze root_image/libraw1394 root_image/qemu
 
 ifeq ($(shell head -1 /etc/redhat-release), Fedora release 13 (Goddard))
 FC13 = 1
@@ -51,3 +51,6 @@ $(eval $(call GIT_REPO,xenalyze.git,root_image/xenalyze))
 GIT_URL=git://git.kernel.org/pub/scm/libs/ieee1394/
 $(eval $(call GIT_REPO,libraw1394.git,root_image/libraw1394))
 
+GIT_URL=git://git.qemu.org/
+$(eval $(call GIT_REPO,qemu.git,root_image/qemu))
+