Skip to content
Snippets Groups Projects

images: Replace msm8953 xiaomis with the generic package

Merged Barnabás Czémán requested to merge barni2000/build.postmarketos.org:qcom-msm8953 into master
All threads resolved!
+ 3
18
@@ -132,6 +132,7 @@ devices = {
"postmarketos-trailblazer": "PostmarketOS Trailblazer",
"purism-librem5": "Purism Librem5",
"qemu-amd64": "QEMU amd64", # just used for test suite
"qcom-msm8953": "Generic Qualcomm MSM8953",
"samsung-a3": "Samsung Galaxy A3 2015",
"samsung-a5": "Samsung Galaxy A5 2015",
"samsung-coreprimevelte": "Samsung Galaxy Core Prime VE LTE",
@@ -147,14 +148,8 @@ devices = {
"shift-axolotl": "SHIFT SHIFT6mq",
"wileyfox-crackling": "Wileyfox Swift",
"xiaomi-beryllium": "Xiaomi POCO F1",
"xiaomi-daisy": "Xiaomi Mi A2 Lite",
"xiaomi-markw": "Xiaomi Redmi 4 Prime",
"xiaomi-mido": "Xiaomi Redmi Note 4",
"xiaomi-scorpio": "Xiaomi Mi Note 2",
"xiaomi-tissot": "Xiaomi Mi A1",
"xiaomi-vince": "Xiaomi Redmi 5 Plus",
"xiaomi-wt88047": "Xiaomi Redmi 2",
"xiaomi-ysl": "Xiaomi Redmi S2/Y2",
}
# Build configuration, can be overridden per device/branch in 'images' below
@@ -473,6 +468,8 @@ images = {
},
"purism-librem5": {
},
"qcom-msm8953": {
},
"samsung-a3": {
},
"samsung-a5": {
@@ -572,20 +569,8 @@ images = {
},
},
},
"xiaomi-daisy": {
},
"xiaomi-markw": {
},
"xiaomi-mido": {
},
"xiaomi-scorpio": {
},
"xiaomi-tissot": {
},
"xiaomi-vince": {
},
"xiaomi-wt88047": {
},
"xiaomi-ysl": {
},
}
Loading