forked from droidian-images/droidian
-
Notifications
You must be signed in to change notification settings - Fork 1
/
devices.yml
96 lines (78 loc) · 2.12 KB
/
devices.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
########################################################################
# Basic anchors #
########################################################################
.devtools_packages:
packages: &devtools_packages
- droidian-devtools
- adaptation-hybris-devtools
.fxtec_pro1_packages:
packages: &fxtec_pro1_packages
- adaptation-fxtec-pro1
- adaptation-fxtec-pro1-configs
.fxtec_pro1x_packages:
packages: &fxtec_pro1x_packages
- adaptation-fxtec-pro1x
- adaptation-fxtec-pro1x-configs
.sony_bahamut_packages:
packages: &sony_bahamut_packages
- adaptation-sony-bahamut
- adaptation-sony-bahamut-configs
########################################################################
# Recovery-flashable rootfses #
########################################################################
rootfs:
type: rootfs
arch: [armhf, arm64]
edition: phosh
variant: phone
apilevel: [28, 29, 30]
bundles:
# Developer tools bundle
- name: droidian-devtools
arch: any
apilevel: any
only_stable: yes
packages: *devtools_packages
# F(x)tec Pro1
- name: droidian-adaptation-fxtec-pro1
arch: arm64
apilevel: 28
packages: *fxtec_pro1_packages
# Sony Xperia 5
- name: droidian-adaptation-sony-bahamut
arch: arm64
apilevel: 30
packages: *sony_bahamut_packages
########################################################################
# Device specific images #
########################################################################
#
# F(x)tec
#
# F(x)tec Pro1 (qx1000)
fxtec_pro1:
type: image
arch: arm64
edition: phosh
variant: phone
apilevel: 28
packages: *fxtec_pro1_packages
# F(x)tec Pro1-X (qx1050)
fxtec_pro1x:
type: image
arch: arm64
edition: phosh
variant: phone
apilevel: 30
packages: *fxtec_pro1x_packages
#
# Sony
#
# Sony Xperia 5 (bahamut)
sony_bahamut:
type: image
arch: arm64
edition: phosh
variant: phone
apilevel: 30
packages: *sony_bahamut_packages