summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/qemu-git-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-05-08 14:28:45 +1000
committerChris Johns <chrisj@rtems.org>2020-05-08 14:33:44 +1000
commit955c1c173e02e2ed62fe1cc11b13733700e99bcb (patch)
treef3ba7d81f128313981454797f6ad77709b0ff68c /bare/config/devel/qemu-git-1.cfg
parentsb: Disable any trace data (diff)
downloadrtems-source-builder-955c1c173e02e2ed62fe1cc11b13733700e99bcb.tar.bz2
bare/qemu: Fixes building on FreeBSD
- Move the qemu config to a common file shared by qemu and qemu4. - Disable nettle on qemu4, FreeBSd complained. - Add some extra git cleaning steps to the git path. These however do not full clean the qemu submodules and it is not worth the effort to try and fix. - The devel/qemu will not build on machines with python set to python3. This will not be fixed, use qemu4. Closes #3966
Diffstat (limited to '')
-rw-r--r--bare/config/devel/qemu-git-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bare/config/devel/qemu-git-1.cfg b/bare/config/devel/qemu-git-1.cfg
index a12799f..5333303 100644
--- a/bare/config/devel/qemu-git-1.cfg
+++ b/bare/config/devel/qemu-git-1.cfg
@@ -23,7 +23,7 @@
%if %{rsb_released} && %{!defined without_release_url}
%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
+ %source set qemu git://git.qemu-project.org/qemu.git?clean=force?pull?checkout=%{qemu_version}?submodule=dtc
%endif
#