summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2009-05-17 10:32:48 +0000
committerLuca Barbato <lu_zero@gentoo.org>2009-05-17 10:32:48 +0000
commit03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab (patch)
treedacd5fed67c6e2b52cb0add13fa5fecb73f15b8e
parentversion bump. (diff)
downloadgentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.tar.gz
gentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.tar.bz2
gentoo-2-03314bd7b3ec3d34b890f89ad7cfaf5bcf5b6eab.zip
Introduce qemu specific USE_EXPAND
-rw-r--r--profiles/base/make.defaults4
-rw-r--r--profiles/desc/qemu_softmmu_targets.desc23
-rw-r--r--profiles/desc/qemu_user_targets.desc27
3 files changed, 52 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index bbefa7e67560..03b44d1e4cf9 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.40 2008/11/20 23:43:41 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.41 2009/05/17 10:32:48 lu_zero Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -10,7 +10,7 @@ FEATURES="strict sfperms"
# Env vars to expand into USE vars. Modifying this requires prior
# discussion on gentoo-dev@gentoo.org.
-USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES"
+USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS"
# USE_EXPAND variables whose contents are not shown in package manager
# output. Changes need discussion on gentoo-dev.
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc
new file mode 100644
index 000000000000..f50627b7fb54
--- /dev/null
+++ b/profiles/desc/qemu_softmmu_targets.desc
@@ -0,0 +1,23 @@
+# Copyright 2009 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_softmmu_targets.desc,v 1.1 2009/05/17 10:32:48 lu_zero Exp $
+
+# This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags.
+
+# Keep it sorted.
+
+arm - system emulation target
+cris - system emulation target
+i386 - system emulation target
+m68k - system emulation target
+mips64el - system emulation target
+mips64 - system emulation target
+mipsel - system emulation target
+mips - system emulation target
+ppc64 - system emulation target
+ppc - system emulation target
+sh4eb - system emulation target
+sh4 - system emulation target
+sparc - system emulation target
+x86_64 - system emulation target
+ppcemb - system emulation target
diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
new file mode 100644
index 000000000000..a9a855d8cfdb
--- /dev/null
+++ b/profiles/desc/qemu_user_targets.desc
@@ -0,0 +1,27 @@
+# Copyright 2009 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/qemu_user_targets.desc,v 1.1 2009/05/17 10:32:48 lu_zero Exp $
+
+# This file contains descriptions of QEMU_SOFTMMU_TARGETS USE_EXPAND flags.
+
+# Keep it sorted.
+
+alpha - userspace emulation target
+armeb - userspace emulation target
+arm - userspace emulation target
+cris - userspace emulation target
+i386 - userspace emulation target
+m68k - userspace emulation target
+mips64el - userspace emulation target
+mips64 - userspace emulation target
+mipsel - userspace emulation target
+mips - userspace emulation target
+ppc64abi32 - userspace emulation target
+ppc64 - userspace emulation target
+ppc - userspace emulation target
+sh4eb - userspace emulation target
+sh4 - userspace emulation target
+sparc32plus - userspace emulation target
+sparc64 - userspace emulation target
+sparc - userspace emulation target
+x86_64 - userspace emulation target