add(profiles/coreos): Add new 'coreos' profile tree.

This will replace coreos specific stuff that is scattered around
'default/linux', 'arch/amd64', 'base', and 'targets' so those can be
replaced by the upstream Gentoo versions.
This commit is contained in:
Michael Marineau 2013-09-13 15:58:16 -04:00
parent d14733daff
commit dc36bcf6d8
7 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,4 @@
This profile (and its sub-profiles) should *only* contain amd64
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 @@
:default/linux/amd64/10.0/coreos

View File

@ -0,0 +1 @@
:default/linux/amd64/10.0

View File

@ -0,0 +1 @@
Profile to apply to all coreos architectures and targets.

View File

@ -0,0 +1,3 @@
Profile to apply to all CoreOS "board" images. Other variants that are
not architecture specific should inherit this profile.
This excludes the SDK.

View File

@ -0,0 +1 @@
Profile to apply to the SDK, buildbots, etc.

View File

@ -1,2 +1,4 @@
amd64 coreos/amd64/generic dev
amd64 coreos/amd64/sdk dev
amd64 default/linux/amd64/10.0 dev
amd64 default/linux/amd64/10.0/coreos dev