Skip to content

Commit

Permalink
Merge pull request #231 from balena-io/mtoman/generic-amd64-dt
Browse files Browse the repository at this point in the history
generic-amd64: add device type
  • Loading branch information
bulldozer-balena[bot] authored Jun 1, 2021
2 parents 2fa3a52 + f5c20f8 commit ae0814d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
29 changes: 29 additions & 0 deletions contracts/hw.device-type/generic-amd64/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"slug": "generic-amd64",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Generic AMD64 (x86-64)",
"assets": {
"logo": {
"url": "./generic-amd64.svg",
"name": "logo"
}
},
"data": {
"arch": "amd64",
"hdmi": true,
"led": false,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": true
},
"media": {
"installation": "usbkey"
},
"is_private": true
}
}
10 changes: 10 additions & 0 deletions contracts/hw.device-type/generic-amd64/generic-amd64.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae0814d

Please sign in to comment.