mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
rsb: Add Xilinx QEMU
This commit is contained in:
parent
b3786d7d55
commit
d162b7de61
23
bare/config/devel/qemu-xilinx-v2020.2-1.cfg
Normal file
23
bare/config/devel/qemu-xilinx-v2020.2-1.cfg
Normal file
@ -0,0 +1,23 @@
|
||||
#
|
||||
# Xilinx Qemu from git
|
||||
#
|
||||
|
||||
%if %{release} == %{nil}
|
||||
%define release 1
|
||||
%endif
|
||||
|
||||
%include %{_configdir}/base.cfg
|
||||
|
||||
%include %{_configdir}/bare-config.cfg
|
||||
|
||||
%define qemu_version xilinx-v2020.2
|
||||
|
||||
#
|
||||
# Checkout the version tag and initialize all submodules.
|
||||
#
|
||||
%source set qemu git://github.com/Xilinx/qemu.git?checkout=%{qemu_version}?submodule=dtc?submodule=slirp?submodule=ui/keycodemapdb?submodule=tests/fp/berkeley-softfloat-3?submodule=tests/fp/berkeley-testfloat-3
|
||||
|
||||
#
|
||||
# The Qemu build instructions. We use 5.x.x Release 1.
|
||||
#
|
||||
%include %{_configdir}/qemu-5-1.cfg
|
24
bare/config/devel/qemu-xilinx.bset
Normal file
24
bare/config/devel/qemu-xilinx.bset
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# Build set for Xilinx QEMU
|
||||
#
|
||||
|
||||
%define release 1
|
||||
|
||||
#
|
||||
# Name of the package.
|
||||
#
|
||||
package: qemu-%{qemu_version}-%{_host}-%{release}
|
||||
|
||||
#
|
||||
# A magic internal path that would break if changes in the defaults.mc
|
||||
# macro file are made.
|
||||
#
|
||||
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
|
||||
|
||||
devel/autotools-internal
|
||||
devel/libiconv-1.14-1
|
||||
devel/gettext-0.18.3.1-1
|
||||
devel/libffi-3.0.13-1
|
||||
devel/pixman-0.40.0-1
|
||||
devel/glib-2.48.2-1
|
||||
devel/qemu-xilinx-v2020.2-1
|
Loading…
x
Reference in New Issue
Block a user