diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch.list | 1 | ||||
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/linux/arm/make.defaults | 9 | ||||
-rw-r--r-- | profiles/prefix/linux/arm/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
6 files changed, 23 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 4fbdab3204ad..61cfe2a12dd8 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3684 2009/12/16 22:18:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3685 2009/12/17 20:00:42 darkside Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 17 Dec 2009; Jeremy Olexa <darkside@gentoo.org> arch.list, + +prefix/linux/arm/make.defaults, +prefix/linux/arm/parent, profiles.desc: + Add experimental arm-linux profiles for Gentoo Prefix + 16 Dec 2009; Markus Meier <maekke@gentoo.org> package.mask: remove hugin from mask as final version is out, change mask to libpano13 diff --git a/profiles/arch.list b/profiles/arch.list index 84c5e99ae8e6..19fc248c32f1 100644 --- a/profiles/arch.list +++ b/profiles/arch.list @@ -24,6 +24,7 @@ ia64-hpux x86-interix mips-irix amd64-linux +arm-linux ia64-linux x86-linux ppc-macos diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 0e0f6726a263..1d3c07b60248 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.121 2009/12/13 14:45:53 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.122 2009/12/17 20:00:43 darkside Exp $ + + 17 Dec 2009; Jeremy Olexa <darkside@gentoo.org> +linux/arm/make.defaults, + +linux/arm/parent: + Add experimental arm profiles for armv7 13 Dec 2009; Jonathan Callen <abcd@gentoo.org> package.mask: Unmasking KDE 4.3, as the mask was never really needed anyway (not yet in diff --git a/profiles/prefix/linux/arm/make.defaults b/profiles/prefix/linux/arm/make.defaults new file mode 100644 index 000000000000..f998206da18e --- /dev/null +++ b/profiles/prefix/linux/arm/make.defaults @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/arm/make.defaults,v 1.1 2009/12/17 20:00:43 darkside Exp $ + +ARCH="arm" +# This is a pretty specific profile to the armv7 arch, we can change that later +CHOST="armv7a-softfloat-linux-gnueabi" +# The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix. +ACCEPT_KEYWORDS="-arm ~arm-linux" diff --git a/profiles/prefix/linux/arm/parent b/profiles/prefix/linux/arm/parent new file mode 100644 index 000000000000..36ee7a5a221a --- /dev/null +++ b/profiles/prefix/linux/arm/parent @@ -0,0 +1,2 @@ +../../../default/linux/arm/10.0 +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 29d80558a973..5c7c9ffd2149 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -156,6 +156,7 @@ x86 selinux/v2refpolicy/x86/server dev # Linux Profiles amd64-linux prefix/linux/amd64 exp +arm-linux prefix/linux/arm exp x86-linux prefix/linux/x86 exp ia64-linux prefix/linux/ia64 exp |