Skip to content

Commit 9104459

Browse files
committed
github/workflows: Extend CI to compile open boot firmware for RB3Gen2
At this point due to QTI signature requirement, the LAVA boot test for RB3Gen2 can't be enabled. However, lets add the CI build test with open boot firmware. Signed-off-by: Sumit Garg <[email protected]>
1 parent 9aa92fc commit 9104459

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-yocto.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,14 @@ jobs:
144144
type: additional
145145
dirname: "+linux-yocto-lts"
146146
yamlfile: ":ci/linux-yocto-lts.yml"
147+
- machine: qcs6490-rb3gen2-core-kit
148+
distro:
149+
name: qcom-distro
150+
yamlfile: ':ci/qcom-distro.yml'
151+
firmware:
152+
type: additional
153+
dirname: "+open-boot-firmware"
154+
yamlfile: ":ci/open-boot-firmware.yml"
147155
exclude:
148156
# Incompatible builds
149157
- machine: qcom-armv7a

0 commit comments

Comments
 (0)