Skip to content

Commit 6e16ff3

Browse files
qcom-distro-kvm.yml: create KAS config (#1233)
A KVM based distro is avaiable on meta-qcom-distro. Introduce a KAS config for it.
2 parents 582bd94 + 02a9fb4 commit 6e16ff3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/build-yocto.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
yamlfile: ':ci/qcom-distro.yml'
7979
- name: qcom-distro-prop-image
8080
yamlfile: ':ci/qcom-distro-prop-image.yml'
81+
# kvm is compatible with all the compile warm up machines
82+
- name: qcom-distro-kvm
83+
yamlfile: ':ci/qcom-distro-kvm.yml'
8184
kernel:
8285
- type: default
8386
dirname: ""
@@ -145,6 +148,15 @@ jobs:
145148
type: additional
146149
dirname: "+linux-yocto-lts"
147150
yamlfile: ":ci/linux-yocto-lts.yml"
151+
# include kvm compatible machines for the builds
152+
- machine: qcs9100-ride-sx
153+
distro:
154+
name: qcom-distro-kvm
155+
yamlfile: ':ci/qcom-distro-kvm.yml'
156+
kernel:
157+
type: default
158+
dirname: ""
159+
yamlfile: ""
148160
exclude:
149161
# Incompatible builds
150162
- machine: qcom-armv7a

ci/qcom-distro-kvm.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
2+
3+
header:
4+
version: 14
5+
includes:
6+
- ci/qcom-distro.yml
7+
8+
distro: qcom-distro-kvm

0 commit comments

Comments
 (0)