Skip to content

Commit

Permalink
Re-organize contracts directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiant2710 authored and Giovanni Garufi committed May 28, 2018
1 parent 648fdda commit 77db53b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 52 deletions.
12 changes: 6 additions & 6 deletions contracts/arch.sw/armel/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1",
"type": "arch.sw",
"name": "ARM v5",
"data": { "arch": "armel" },
"arch": "armel",
"requires": [
{
"type": "hw.device-type",
"data": {
"arch": "armel"
}
"or": [
{ "type": "hw.device-type", "arch": "armel" }
]
}
]
],
"variants": ""
}
19 changes: 5 additions & 14 deletions contracts/arch.sw/armhf/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@
"version": "1",
"type": "arch.sw",
"name": "ARM Hard Float",
"data": { "arch": "armhf" },
"arch": "armhf",
"requires": [
{
"or": [
{
"type": "hw.device-type",
"data": {
"arch": "armv7hf"
}
},
{
"type": "hw.device-type",
"data": {
"arch": "rpi"
}
}
{ "type": "hw.device-type", "arch": "armv7hf" },
{ "type": "hw.device-type", "arch": "rpi" }
]
}
]
],
"variants": ""
}
12 changes: 6 additions & 6 deletions contracts/arch.sw/armv7hf/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1",
"type": "arch.sw",
"name": "ARM v7",
"data": { "arch": "armv7hf" },
"arch": "armv7hf",
"requires": [
{
"type": "hw.device-type",
"data": {
"arch": "armv7hf"
}
"or": [
{ "type": "hw.device-type", "arch": "armv7hf" }
]
}
]
],
"variants": ""
}
12 changes: 6 additions & 6 deletions contracts/arch.sw/rpi/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1",
"type": "arch.sw",
"name": "ARM v6",
"data": { "arch": "armv6hf" },
"arch": "armv6hf",
"requires": [
{
"type": "hw.device-type",
"data": {
"arch": "rpi"
}
"or": [
{ "type": "hw.device-type", "arch": "rpi" }
]
}
]
],
"variants": ""
}
20 changes: 0 additions & 20 deletions contracts/hw.device-type/via-vab820-quad/contract.json

This file was deleted.

0 comments on commit 77db53b

Please sign in to comment.