Skip to content

Commit

Permalink
Update comments
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 77db53b commit bb39871
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 23 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",
"arch": "armel",
"data": { "arch": "armel" },
"requires": [
{
"or": [
{ "type": "hw.device-type", "arch": "armel" }
]
"type": "hw.device-type",
"data": {
"arch": "armel"
}
}
],
"variants": ""
]
}
19 changes: 14 additions & 5 deletions contracts/arch.sw/armhf/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@
"version": "1",
"type": "arch.sw",
"name": "ARM Hard Float",
"arch": "armhf",
"data": { "arch": "armhf" },
"requires": [
{
"or": [
{ "type": "hw.device-type", "arch": "armv7hf" },
{ "type": "hw.device-type", "arch": "rpi" }
{
"type": "hw.device-type",
"data": {
"arch": "armv7hf"
}
},
{
"type": "hw.device-type",
"data": {
"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",
"arch": "armv7hf",
"data": { "arch": "armv7hf" },
"requires": [
{
"or": [
{ "type": "hw.device-type", "arch": "armv7hf" }
]
"type": "hw.device-type",
"data": {
"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",
"arch": "armv6hf",
"data": { "arch": "armv6hf" },
"requires": [
{
"or": [
{ "type": "hw.device-type", "arch": "rpi" }
]
"type": "hw.device-type",
"data": {
"arch": "rpi"
}
}
],
"variants": ""
]
}

0 comments on commit bb39871

Please sign in to comment.