Skip to content

Commit a1263bb

Browse files
committed
Add board_introduced field to reusable board definitions
1 parent ebad377 commit a1263bb

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

release-targets/reusable.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# board_name : Human-readable display name
3333
# board_vendor : Vendor/company slug (must match Zoho Bigin company_slug)
3434
# board_support : Support level - "conf", "csc", "wip", or "tvb"
35+
# board_introduced: Year the board first came to market (e.g., "2022")
3536
# uses : Board slug to reuse artifacts from (e.g., "uefi-arm64")
3637
#
3738
# Optional Filters:
@@ -121,6 +122,7 @@ boards:
121122
board_name: "Minisforum MS-R1"
122123
board_vendor: "minisforum"
123124
board_support: "conf"
125+
board_introduced: "2024"
124126

125127
# The magic: reuse artifact set
126128
uses: "uefi-arm64"
@@ -131,6 +133,7 @@ boards:
131133
board_name: "Khadas Mind Series"
132134
board_vendor: "khadas"
133135
board_support: "conf"
136+
board_introduced: "2024"
134137

135138
# The magic: reuse artifact set
136139
uses: "uefi-x86"
@@ -141,6 +144,7 @@ boards:
141144
board_name: "Orangepi 6 Plus"
142145
board_vendor: "xunlong"
143146
board_support: "csc"
147+
board_introduced: "2025"
144148

145149
# The magic: reuse artifact set
146150
uses: "uefi-arm64"
@@ -151,6 +155,7 @@ boards:
151155
board_name: "Raspberry Pi Zero 2W"
152156
board_vendor: "rpi-foundation"
153157
board_support: "conf"
158+
board_introduced: "2021"
154159

155160
# The magic: reuse artifact set
156161
uses: "rpi4b"
@@ -161,6 +166,7 @@ boards:
161166
board_name: "Raspberry Pi 3A+"
162167
board_vendor: "rpi-foundation"
163168
board_support: "conf"
169+
board_introduced: "2018"
164170

165171
# The magic: reuse artifact set
166172
uses: "rpi4b"
@@ -171,6 +177,7 @@ boards:
171177
board_name: "Raspberry Pi 3B+"
172178
board_vendor: "rpi-foundation"
173179
board_support: "conf"
180+
board_introduced: "2018"
174181

175182
# The magic: reuse artifact set
176183
uses: "rpi4b"
@@ -181,6 +188,7 @@ boards:
181188
board_name: "Raspberry Pi 3B"
182189
board_vendor: "rpi-foundation"
183190
board_support: "conf"
191+
board_introduced: "2016"
184192

185193
# The magic: reuse artifact set
186194
uses: "rpi4b"
@@ -191,6 +199,7 @@ boards:
191199
board_name: "Raspberry Pi CM"
192200
board_vendor: "rpi-foundation"
193201
board_support: "conf"
202+
board_introduced: "2014"
194203

195204
# The magic: reuse artifact set
196205
uses: "rpi4b"
@@ -201,6 +210,7 @@ boards:
201210
board_name: "Raspberry Pi CM3+"
202211
board_vendor: "rpi-foundation"
203212
board_support: "conf"
213+
board_introduced: "2019"
204214

205215
# The magic: reuse artifact set
206216
uses: "rpi4b"
@@ -211,6 +221,7 @@ boards:
211221
board_name: "Raspberry Pi 400"
212222
board_vendor: "rpi-foundation"
213223
board_support: "conf"
224+
board_introduced: "2020"
214225

215226
# The magic: reuse artifact set
216227
uses: "rpi4b"
@@ -221,6 +232,7 @@ boards:
221232
board_name: "Raspberry Pi 500"
222233
board_vendor: "rpi-foundation"
223234
board_support: "conf"
235+
board_introduced: "2024"
224236

225237
# The magic: reuse artifact set
226238
uses: "rpi4b"
@@ -231,6 +243,7 @@ boards:
231243
board_name: "Raspberry Pi 500+"
232244
board_vendor: "rpi-foundation"
233245
board_support: "conf"
246+
board_introduced: "2025"
234247

235248
# The magic: reuse artifact set
236249
uses: "rpi4b"
@@ -241,6 +254,7 @@ boards:
241254
board_name: "Qidi X7"
242255
board_vendor: "makerbase"
243256
board_support: "csc"
257+
board_introduced: "2025"
244258

245259
# The magic: reuse artifact set
246260
uses: "qidi-x6"
@@ -251,6 +265,7 @@ boards:
251265
board_name: "Qidi X4"
252266
board_vendor: "makerbase"
253267
board_support: "csc"
268+
board_introduced: "2024"
254269

255270
# The magic: reuse artifact set
256271
uses: "qidi-x6"

0 commit comments

Comments
 (0)