-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from resin-io/new-contract-schema
New contract schema
- Loading branch information
Showing
189 changed files
with
862 additions
and
831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
machine: | ||
node: | ||
version: 8.11.2 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"slug": "aarch64", | ||
"version": "1", | ||
"type": "arch.sw", | ||
"name": "ARM v8", | ||
"data": { "arch": "aarch64" }, | ||
"requires": [ | ||
{ | ||
"type": "hw.device-type", | ||
"data": { | ||
"arch": "aarch64" | ||
} | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"slug": "amd64", | ||
"version": "1", | ||
"type": "arch.sw", | ||
"name": "Intel 64-bit (x86-64)", | ||
"data": { "arch": "amd64" }, | ||
"requires": [ | ||
{ | ||
"type": "hw.device-type", | ||
"data": { | ||
"arch": "amd64" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"slug": "armhf", | ||
"version": "1", | ||
"type": "arch.sw", | ||
"name": "ARM Hard Float", | ||
"data": { "arch": "armhf" }, | ||
"requires": [ | ||
{ | ||
"or": [ | ||
{ | ||
"type": "hw.device-type", | ||
"data": { | ||
"arch": "armv7hf" | ||
} | ||
}, | ||
{ | ||
"type": "hw.device-type", | ||
"data": { | ||
"arch": "rpi" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"slug": "am571x-evm", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"name": "AM571X-EVM", | ||
"data": { | ||
"arch": "armv7hf", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": false | ||
}, | ||
"storage": { | ||
"internal": false | ||
}, | ||
"media": { | ||
"installation": "sdcard" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"slug": "apalis-imx6q", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"name": "Toradex Apalis", | ||
"data": { | ||
"arch": "armv7hf", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": false | ||
}, | ||
"storage": { | ||
"internal": false | ||
}, | ||
"media": { | ||
"installation": "sdcard" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"slug": "artik10", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"name": "Samsung Artik 10", | ||
"data": { | ||
"arch": "armv7hf", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": false | ||
}, | ||
"storage": { | ||
"internal": false | ||
}, | ||
"media": { | ||
"installation": "sdcard" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"slug": "artik5", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"name": "Samsung Artik 5", | ||
"data": { | ||
"arch": "armv7hf", | ||
"hdmi": true, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true | ||
}, | ||
"storage": { | ||
"internal": false | ||
}, | ||
"media": { | ||
"installation": "sdcard" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"slug": "artik710", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"name": "Samsung Artik 710", | ||
"data": { | ||
"arch": "armv7hf", | ||
"hdmi": true, | ||
"led": true, | ||
"connectivity": { | ||
"bluetooth": true | ||
}, | ||
"storage": { | ||
"internal": false | ||
}, | ||
"media": { | ||
"installation": "sdcard" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.