Skip to content

Commit

Permalink
Add yggdrasil and update mimameid
Browse files Browse the repository at this point in the history
  • Loading branch information
luka177 committed Sep 5, 2022
1 parent bca4128 commit 2049534
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 19 deletions.
64 changes: 45 additions & 19 deletions devices/mimameid.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,48 @@
{
"oses": {
"Ubports": {
"diplayname": "Ubuntu Touch",
"creator": "ABM Open ROM Project, UBports Foundation",
"scriptname": "add_ubuntutouch_systemimage_haliumboot.sh",
"partitions": {
"system": {
"size": "4294967296",
"needUnparse": "false",
"desc": "Ubuntu Touch system image",
"url": "null",
},
"ut_data": {
"size": "8589934592",
"format": "ext4",
"desc": "Ubuntu Touch userdata partition",
}
"oses":[
{
"displayname":"Ubuntu Touch",
"version":1,
"displayVersion":"05092022-abm1",
"creator":"UBports Foundation",
"scriptname":"add_ubuntutouch_systemimage_haliumboot.sh",
"rtype":"UT",
"updateJson":"http://example.com/update.json",
"cmdline":"bootopt=64S3,32N2,64N2 androidboot.selinux=permissive rootdelay=10",
"partitions":[
{
"size":"12345",
"isPercent":false,
"type":"8305",
"id":"ut",
"needUnsparse":false
},
{
"size":"100",
"isPercent":true,
"type":"8302",
"id":"ut_data",
"needUnsparse":false
}
}
}
],
"inet":[
{
"id": "ut",
"desc":"VollaOS 10 vendor image",
"url":"http://open-rom-project.andbootmgr.org/mimameid/ubports/010920222/system.img"
},
{
"id": "boot",
"desc":"Boot image",
"url":"http://open-rom-project.andbootmgr.org/mimameid/ubports/010920222/boot.img"
}
],
"extraIdNeeded":[
"boot"
],
"blockIdNeeded":[
"ut_data"
]
}
]
}
65 changes: 65 additions & 0 deletions devices/yggdrasil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"oses":[
{
"displayname":"Sailfish OS",
"version":1,
"displayVersion":"3.3.0-abm1",
"creator":"Adam Pigg",
"scriptname":"add_sailfish.sh",
"rtype":"SFOS",
"updateJson":"http://example.com/update.json",
"cmdline":"bootopt=64S3,32N2,64N2 androidboot.selinux=permissive audit=0 loop.max_part=7",
"partitions":[
{
"size":"838860288",
"isPercent":false,
"type":"8305",
"id":"vendor",
"needUnsparse":false
},
{
"size":"3758095872",
"isPercent":false,
"type":"8305",
"id":"system",
"needUnsparse":false
},
{
"size":"100",
"isPercent":true,
"type":"8302",
"id":"sfos",
"needUnsparse":true
}
],
"inet":[
{
"id": "vendor",
"desc":"VollaOS 10 vendor image",
"url":"https://temp.nift4.org/vendor.img"
},
{
"id": "system",
"desc":"VollaOS 10 system image",
"url":"https://temp.nift4.org/vendor.img"
},
{
"id": "sfos",
"desc":"Sailfish OS system image",
"url":"https://gitlab.com/sailfishos-porters-ci/yggdrasil-ci/-/jobs/2114113029/artifacts/raw/sfe-yggdrasil/Sailfish_OS/sailfish.img001"
},
{
"id": "boot",
"desc":"Boot image",
"url":"https://gitlab.com/sailfishos-porters-ci/yggdrasil-ci/-/jobs/2114113029/artifacts/raw/sfe-yggdrasil/Sailfish_OS/hybris-boot.img"
}
],
"extraIdNeeded":[
"boot"
],
"blockIdNeeded":[

]
}
]
}

0 comments on commit 2049534

Please sign in to comment.