diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-08-08 01:11:20 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-08-08 01:12:53 +0200 |
commit | 41658484af4e5f548356d4c3024857ebd156241d (patch) | |
tree | 57c1038a4f5d1507cd40207155407181f943bea1 /profiles/wheezy/classes/Hardware/motherboard | |
parent | 7a4f22858e744423e7818abe8019d452f88cc03b (diff) |
Add laptop classes, and add node parl-greens.
Diffstat (limited to 'profiles/wheezy/classes/Hardware/motherboard')
-rw-r--r-- | profiles/wheezy/classes/Hardware/motherboard/amd/c60.yml | 9 | ||||
-rw-r--r-- | profiles/wheezy/classes/Hardware/motherboard/amd/e1-2500.yml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/profiles/wheezy/classes/Hardware/motherboard/amd/c60.yml b/profiles/wheezy/classes/Hardware/motherboard/amd/c60.yml new file mode 100644 index 0000000..7e9a0ee --- /dev/null +++ b/profiles/wheezy/classes/Hardware/motherboard/amd/c60.yml @@ -0,0 +1,9 @@ +classes: + - hw.x86.amd64 + - hw.acpi + - Hardware +parameters: + doc: + hardware: + pkg: + - include core support for board with AMD C-60 (Brazos) APU and Bobcat CPU diff --git a/profiles/wheezy/classes/Hardware/motherboard/amd/e1-2500.yml b/profiles/wheezy/classes/Hardware/motherboard/amd/e1-2500.yml new file mode 100644 index 0000000..bbcf170 --- /dev/null +++ b/profiles/wheezy/classes/Hardware/motherboard/amd/e1-2500.yml @@ -0,0 +1,9 @@ +classes: + - hw.x86.amd64 + - hw.acpi + - Hardware +parameters: + doc: + hardware: + pkg: + - include core support for board with AMD E1-2500 (Kabini) APU and Jaguar CPU |