Skip to content

Commit 7798682

Browse files
committed
build-yocto: add U-Boot build support for qcs615-ride and rb3gen2-core-kit
Extend the GitHub workflow to build U-Boot variants with the linux-qcom-6.18 kernel for the qcs615-ride and rb3gen2-core-kit machines. This enables U-Boot bootloader support, with additional machines to be added as support expands. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
1 parent f5685d5 commit 7798682

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build-yocto.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,22 @@ jobs:
219219
type: default
220220
dirname: ""
221221
yamlfile: ""
222+
- machine: qcs615-ride
223+
distro:
224+
name: nodistro
225+
yamlfile: ''
226+
kernel:
227+
type: u-boot-qcom-6.18
228+
dirname: "+linux-qcom-6.18+u-boot-qcom"
229+
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
230+
- machine: rb3gen2-core-kit
231+
distro:
232+
name: nodistro
233+
yamlfile: ''
234+
kernel:
235+
type: u-boot-qcom-6.18
236+
dirname: "+linux-qcom-6.18+u-boot-qcom"
237+
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
222238
name: ${{ matrix.machine }}/${{ matrix.distro.name }}${{ matrix.kernel.dirname }}
223239
steps:
224240
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)