diff options
author | 2006-06-03 10:13:05 +0000 | |
---|---|---|
committer | 2006-06-03 10:13:05 +0000 | |
commit | caa738f3d52819981db6840d03752b4ba0ba2444 (patch) | |
tree | ecc03cffdba5c030d2f57fb2972f64f142d62f2d /profiles/profiles.desc | |
parent | version bump. changed HOMEPAGE SRC_URI LICENSE and dodoc, added fix for upstr... (diff) | |
download | historical-caa738f3d52819981db6840d03752b4ba0ba2444.tar.gz historical-caa738f3d52819981db6840d03752b4ba0ba2444.tar.bz2 historical-caa738f3d52819981db6840d03752b4ba0ba2444.zip |
- add hardened and uclibc multiarch profiles to profile.desc
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 05732b995b1c..2de665300211 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -79,3 +79,30 @@ x86 default-linux/x86/dev/2006.1/desktop dev x86-fbsd default-bsd/fbsd/6.0/x86 dev x86-fbsd default-bsd/fbsd/6.1/x86 dev + +# hardened multiarch profiles +amd64 hardened/amd64 stable +amd64 hardened/amd64/multilib stable +ppc hardened/ppc dev +ppc64 hardened/ppc64 dev +x86 hardened/x86 stable +x86 hardened/x86/2.6 stable + +# uclibc/embedded multiarch profiles +#amd64 uclibc/amd64 dev +#arm uclibc/arm dev +#arm uclibc/arm/2.4 dev +#mips uclibc/mips dev +#mips uclibc/mips/hardened dev +#ppc uclibc/ppc dev +#ppc uclibc/ppc/2.4 dev +#ppc uclibc/ppc/hardened dev +#ppc uclibc/ppc/hardened/2.4 dev +#sh uclibc/sh dev +#sh uclibc/sh/2.4 dev +#x86 uclibc/x86 dev +#x86 uclibc/x86/2.4 dev +#x86 uclibc/x86/2005.1 dev +#x86 uclibc/x86/2005.1/2.4 dev +#x86 uclibc/x86/hardened dev +#x86 uclibc/x86/hardened/2.4 dev |