From: Konrad Rzeszutek Wilk Date: Thu, 14 Jun 2018 00:06:54 +0000 (-0400) Subject: scm: Add 'qemu' as repo to pull. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=xentesttools%2Fbootstrap.git scm: Add 'qemu' as repo to pull. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/sources.mk b/sources.mk index 70048b9..999249b 100644 --- a/sources.mk +++ b/sources.mk @@ -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)) +