summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-18 13:50:10 +1100
committerChris Johns <chrisj@rtems.org>2016-03-18 14:41:03 +1100
commita15650c97dd7e06bd25686e99c89c7742c2e6a45 (patch)
tree32e0983229809336155acc46a41a6f39a3b9ae40
parentsb: Make the URL output truncate on long long URLs. (diff)
downloadrtems-source-builder-a15650c97dd7e06bd25686e99c89c7742c2e6a45.tar.bz2
bare/qemu: Use a tarfile is the RSB is released.
Updates #2661.
-rw-r--r--bare/config/devel/qemu-git-1.cfg10
1 files 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.
#