summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/qemu.bset
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-02-04 18:38:18 +1100
committerChris Johns <chrisj@rtems.org>2014-02-04 18:38:18 +1100
commit56e8d800550c88caa372f8119ec293d8899a35e0 (patch)
tree984cdffc184a1fab62d3799dd7579854ea9fb92b /bare/config/devel/qemu.bset
parentsb: Do not assume the src is valid. (diff)
downloadrtems-source-builder-56e8d800550c88caa372f8119ec293d8899a35e0.tar.bz2
config: Add support to build qemu.
Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.
Diffstat (limited to '')
-rw-r--r--bare/config/devel/qemu.bset18
1 files changed, 18 insertions, 0 deletions
diff --git a/bare/config/devel/qemu.bset b/bare/config/devel/qemu.bset
new file mode 100644
index 0000000..3f50242
--- /dev/null
+++ b/bare/config/devel/qemu.bset
@@ -0,0 +1,18 @@
+#
+# Build set for QEMU
+#
+
+%define release 1
+
+#
+# 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/gettext-0.18.3.1-1
+devel/libffi-3.0.13-1
+devel/pixman-0.32.4-1
+devel/glib-2.39.3-1
+devel/qemu-git-1