summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2013-12-11 13:56:33 +0100
committerJuergen Beisert <jbe@pengutronix.de>2013-12-11 15:25:32 +0100
commiteea0804111e4d439db2e330a8b6f131220353530 (patch)
treefc576264eb82ed2714a9e931f00b2982be147832 /rules
parentcd4db56aca327eb06e8ea7563764fc00097a77e7 (diff)
downloadOSELAS.BSP-Pengutronix-Generic-eea0804111e4d439db2e330a8b6f131220353530.tar.gz
OSELAS.BSP-Pengutronix-Generic-eea0804111e4d439db2e330a8b6f131220353530.tar.xz
BSP: remove local QEMU rules. PTXdist has its own now
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-qemu.in9
-rw-r--r--rules/host-qemu.make39
2 files changed, 0 insertions, 48 deletions
diff --git a/rules/host-qemu.in b/rules/host-qemu.in
deleted file mode 100644
index 120e46f..0000000
--- a/rules/host-qemu.in
+++ /dev/null
@@ -1,9 +0,0 @@
-## SECTION=hosttools
-
-config HOST_QEMU
- tristate
- prompt "qemu"
- select HOST_GLIB
- select HOST_ZLIB
- help
- CPU/System emulator
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
deleted file mode 100644
index 8d83925..0000000
--- a/rules/host-qemu.make
+++ /dev/null
@@ -1,39 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2012 by Bernhard Walle <bernhard@bwalle.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_QEMU) += host-qemu
-
-#
-# Paths and names
-#
-HOST_QEMU_VERSION := 1.3.0
-HOST_QEMU_MD5 := a4030ddd2ba324152a97d65d3c0b247d
-HOST_QEMU := qemu-$(HOST_QEMU_VERSION)
-HOST_QEMU_SUFFIX := tar.bz2
-HOST_QEMU_URL := http://wiki.qemu.org/download/$(HOST_QEMU).$(HOST_QEMU_SUFFIX)
-HOST_QEMU_SOURCE := $(SRCDIR)/$(HOST_QEMU).$(HOST_QEMU_SUFFIX)
-HOST_QEMU_DIR := $(HOST_BUILDDIR)/$(HOST_QEMU)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-HOST_QEMU_CONF_TOOL := autoconf
-HOST_QEMU_CONF_OPT := $(HOST_AUTOCONF) \
- --extra-cflags="$(HOST_CPPFLAGS)" \
- --target-list=arm-softmmu,x86_64-softmmu
-
-# vim: syntax=make