Skip to content

Commit 68e8ae4

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 90d0f00 commit 68e8ae4

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
@@ -222,6 +222,22 @@ jobs:
222222
type: default
223223
dirname: ""
224224
yamlfile: ""
225+
- machine: qcs615-ride
226+
distro:
227+
name: poky-altcfg
228+
yamlfile: ''
229+
kernel:
230+
type: u-boot-qcom-6.18
231+
dirname: "+linux-qcom-6.18+u-boot-qcom"
232+
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
233+
- machine: rb3gen2-core-kit
234+
distro:
235+
name: poky-altcfg
236+
yamlfile: ''
237+
kernel:
238+
type: u-boot-qcom-6.18
239+
dirname: "+linux-qcom-6.18+u-boot-qcom"
240+
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
225241
name: ${{ matrix.machine }}/${{ matrix.distro.name }}${{ matrix.kernel.dirname }}
226242
steps:
227243
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)