forked from ubports/installer-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bacon.yml
169 lines (165 loc) · 5.2 KB
/
bacon.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
name: "Oneplus One"
codename: "bacon"
formfactor: "phone"
aliases:
- "A0001"
- "a0001"
doppelgangers: []
user_actions:
recovery:
title: "Reboot to Recovery"
description: "With the device powered off, hold Volume Down + Power."
image: "phone_power_down"
button: true
bootloader:
title: "Reboot to Bootloader"
description: "With the device powered off, hold Volume Up + Power."
image: "phone_power_up"
button: true
unlock: []
handlers:
bootloader_locked:
actions:
- fastboot:oem_unlock:
operating_systems:
- name: "Ubuntu Touch"
compatible_installer: ">=0.10.0"
options:
- var: "channel"
name: "Channel"
tooltip: "The release channel"
link: "https://docs.ubports.com/en/latest/about/process/release-schedule.html"
type: "select"
remote_values:
systemimage:channels:
- var: "wipe"
name: "Wipe Userdata"
tooltip: "Wipe personal data (required for new installs)"
type: "checkbox"
- var: "bootstrap"
name: "Bootstrap"
tooltip: "Flash system partitions using fastboot"
type: "checkbox"
value: true
prerequisites: []
steps:
- actions:
- core:download:
group: "firmware"
files:
- url: "http://cdimage.ubports.com/devices/recovery-bacon.img"
checksum:
sum: "9b5bf80d1cfc6b21b87d8b29d9a4a02cc9745dd541e3e75180de40be4e92a780"
algorithm: "sha256"
- url: "https://github.com/ubports/android_device_oneplus_bacon-1/raw/ubp-5.1/ubuntu_overlay/partitions/LOGO.img"
checksum:
sum: "57c7e5d940d65452f59a2485ab9182e67d66f6bd6e5bafc0b5f40850eddb1980"
algorithm: "sha256"
condition:
AND:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel
- actions:
- core:download:
group: "firmware"
files:
- url: "http://cdimage.ubports.com/devices/bacon/recovery.img"
checksum:
sum: "663f8eb72fddaa756ec73afcc1d4ceed00737c49fab2affd6e549b92cceaa754"
algorithm: "sha256"
- url: "https://github.com/ubports/android_device_oneplus_bacon-1/raw/ubp-5.1/ubuntu_overlay/partitions/LOGO.img"
checksum:
sum: "57c7e5d940d65452f59a2485ab9182e67d66f6bd6e5bafc0b5f40850eddb1980"
algorithm: "sha256"
condition:
AND:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable
- actions:
- adb:reboot:
to_state: "bootloader"
fallback:
- core:user_action:
action: "bootloader"
condition:
var: "bootstrap"
value: true
- actions:
- fastboot:flash:
partitions:
- partition: "recovery"
file: "recovery-bacon.img"
group: "firmware"
- partition: "LOGO"
file: "LOGO.img"
group: "firmware"
condition:
AND:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: ubports-touch/16.04/stable
- var: channel
value: 16.04/rc
- var: channel
value: 16.04/devel
- var: channel
value: 16.04/armhf/hybris/halium-devel
- actions:
- fastboot:flash:
partitions:
- partition: "recovery"
file: "recovery.img"
group: "firmware"
- partition: "LOGO"
file: "LOGO.img"
group: "firmware"
condition:
AND:
- var: "bootstrap"
value: true
- OR:
- var: channel
value: 20.04/armhf/android9plus/devel
- var: channel
value: 20.04/armhf/android9plus/rc
- var: channel
value: 20.04/armhf/android9plus/stable
- actions:
- fastboot:erase:
partition: "cache"
condition:
var: "bootstrap"
value: true
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
- actions:
- systemimage:install:
- actions:
- adb:reboot:
to_state: "recovery"
fallback:
- core:user_action:
action: "recovery"
slideshow: []