Skip to content

Commit

Permalink
Update mistaken dt contracts and remove unused partials
Browse files Browse the repository at this point in the history
Change-type: minor
Signed-off-by: Stevche Radevski <stevche@balena.io>
  • Loading branch information
sradevski authored and Balena CI committed Jul 6, 2020
1 parent 249ab6a commit c2ad1ad
Show file tree
Hide file tree
Showing 42 changed files with 56 additions and 38 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ typings/
# dotenv environment variables file
.env

#OSX metafiles
.DS_Store

# End of https://www.gitignore.io/api/node
2 changes: 1 addition & 1 deletion contracts/hw.device-type/am571x-evm/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": false
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/apalis-imx6q/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": false
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/artik10/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": false
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/artik5/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": true
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/artik530/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": true
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/artik710/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": true
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
1 change: 0 additions & 1 deletion contracts/hw.device-type/beagleboard-xm/boot-external.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/beagleboard-xm/boot-internal.tpl

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/boot-external.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/boot-internal.tpl

This file was deleted.

20 changes: 20 additions & 0 deletions contracts/hw.device-type/etcher-pro/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"slug": "etcher-pro",
"version": "1",
"type": "hw.device-type",
"name": "Etcher Pro",
"data": {
"arch": "aarch64",
"hdmi": true,
"led": false,
"connectivity": {
"wifi": true
},
"storage": {
"internal": true
},
"media": {
"installation": "sdcard"
}
}
}
2 changes: 1 addition & 1 deletion contracts/hw.device-type/fincm3/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"slug": "fincm3",
"version": "1",
"type": "hw.device-type",
"name": "BALENA FIN",
"name": "Balena Fin (CM3)",
"data": {
"arch": "armv7hf",
"hdmi": true,
Expand Down
1 change: 0 additions & 1 deletion contracts/hw.device-type/insert-install-media.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/intel-nuc/boot-external.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/intel-nuc/boot-internal.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/hw.device-type/kitra520/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": false
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/kitra710/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bluetooth": true
},
"storage": {
"internal": false
"internal": true
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/nitrogen6x/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wifi": true
},
"storage": {
"internal": true
"internal": false
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/nitrogen6xq2g/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wifi": true
},
"storage": {
"internal": true
"internal": false
},
"media": {
"installation": "sdcard"
Expand Down
2 changes: 1 addition & 1 deletion contracts/hw.device-type/nitrogen8mm-dwe/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"internal": true
},
"media": {
"installation": "sdcard"
"installation": "dfu"
}
}
}
1 change: 0 additions & 1 deletion contracts/hw.device-type/prepare-network.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/remove-install-media.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/hw.device-type/revpi-core-3/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"internal": true
},
"media": {
"installation": "sdcard"
"installation": "dfu"
}
}
}
1 change: 0 additions & 1 deletion contracts/hw.device-type/ts4900/boot-external.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/ts4900/boot-internal.tpl

This file was deleted.

21 changes: 21 additions & 0 deletions contracts/hw.device-type/ts7700/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"slug": "ts7700",
"version": "1",
"type": "hw.device-type",
"name": "Technologic TS-7700",
"data": {
"arch": "armv5e",
"hdmi": true,
"led": false,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": false
},
"media": {
"installation": "sdcard"
}
}
}
1 change: 0 additions & 1 deletion contracts/hw.device-type/via-vab820-quad/boot-external.tpl

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/via-vab820-quad/boot-internal.tpl

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion contracts/hw.device-type/visual-appearance-when-off.tpl

This file was deleted.

0 comments on commit c2ad1ad

Please sign in to comment.