From bf3cffe1658645f4376f7d99854a52829951692e Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Wed, 13 Jun 2018 20:06:54 -0400 Subject: [PATCH] scm: Add 'qemu' as repo to pull. Signed-off-by: Konrad Rzeszutek Wilk --- sources.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)) + -- 2.39.5