[rtems-source-builder commit] bare/qemu: Use a tarfile is the RSB is released.

Chris Johns chrisj at rtems.org
Fri Mar 18 03:52:29 UTC 2016


Module:    rtems-source-builder
Branch:    master
Commit:    a15650c97dd7e06bd25686e99c89c7742c2e6a45
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=a15650c97dd7e06bd25686e99c89c7742c2e6a45

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Mar 18 13:50:10 2016 +1100

bare/qemu: Use a tarfile is the RSB is released.

Updates #2661.

---

 bare/config/devel/qemu-git-1.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg
index 88e346c..03c96ff 100644
--- a/bare/config/devel/qemu-git-1.cfg
+++ b/bare/config/devel/qemu-git-1.cfg
@@ -18,7 +18,11 @@
 #
 # Qemu is from GIT.
 #
-%source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
+%if %{rsb_released}
+ %source set qemu %{rtems_release_url}/%{rtems_version}/sources/qemu-git-42d58e7.tar.xz
+%else
+ %source set qemu git://git.qemu-project.org/qemu.git?pull?checkout=%{qemu_version}?submodule=dtc
+%fi
 
 #
 # Patches from Qemu's patchworks site.
@@ -50,10 +54,6 @@
 %patch add qemu %{rtems_http_git}/rtems-tools/plain/tools/qemu/0001-openrisc-terminate-qemu-process-upon-receiving-a-hal.patch
 %hash md5 0001-openrisc-terminate-qemu-process-upon-receiving-a-hal.patch 6aa9dfc4522466ab4a463129b3b9cb1d
 
-%if %{_host} == mingw32
- %patch add qemu pw://patchwork.ozlabs.org/patch/99999999/raw/qemu-channel-win32-cdecls.patch
-%endif
-
 #
 # The Qemu build instructions. We use 1.x.x Release 1.
 #




More information about the vc mailing list