profiles: Add coreos/arm64 support

Add a profile to support generic arm64 boards.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-04-08 13:55:27 -07:00
parent c09927c1a0
commit 42a367b2fe
13 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,4 @@
This profile (and its sub-profiles) should *only* contain
architecture specific settings. Architecture independent settings should
go under coreos/base (applies to everything) or coreos/targets/*
(applies to the sdk, amd64-generic, etc.).

View File

@ -0,0 +1,2 @@
..
:coreos/targets/generic/dev

View File

@ -0,0 +1,2 @@
CFLAGS="-O2 -pipe -mtune=generic"
CXXFLAGS="${CFLAGS}"

View File

@ -0,0 +1,2 @@
..
:coreos/targets/generic

View File

@ -0,0 +1,2 @@
..
:coreos/targets/generic/prod

View File

@ -0,0 +1,2 @@
# Do not force this flag, we don't need XATTR_PAX
sys-apps/portage -xattr

View File

@ -0,0 +1,3 @@
# Disable PAX utilities, we don't use grsec kernels
-*sys-apps/paxctl
-*sys-apps/elfix

View File

@ -0,0 +1,3 @@
#portage-stable:hardened/linux/arm64 -- switch when available
portage-stable:default/linux/arm64
:coreos/base

View File

@ -0,0 +1,2 @@
CFLAGS="-O2 -pipe -mtune=generic"
CXXFLAGS="${CFLAGS}"

View File

@ -0,0 +1,2 @@
..
:coreos/targets/sdk

View File

@ -0,0 +1 @@
:coreos/arm64/generic

View File

@ -4,3 +4,8 @@ amd64 coreos/amd64/generic/prod dev
amd64 coreos/amd64/sdk dev amd64 coreos/amd64/sdk dev
amd64 default/linux/amd64/10.0 dev amd64 default/linux/amd64/10.0 dev
amd64 default/linux/amd64/10.0/coreos dev amd64 default/linux/amd64/10.0/coreos dev
arm64 coreos/arm64/generic dev
arm64 coreos/arm64/generic/dev dev
arm64 coreos/arm64/generic/prod dev
arm64 coreos/arm64/sdk dev