Skip to content

Commit 0c4abc5

Browse files
authored
Make KVM as a default distro feature (#314)
Qualcomm Linux aims to use KVM by default on supported platforms. Enabling the 'kvm' by default in DISTRO_FEATURES and dropping the dedicated qcom-distro-kvm.conf simplifies the distro configs.
2 parents e42cf38 + fc6b117 commit 0c4abc5

5 files changed

Lines changed: 6 additions & 36 deletions

File tree

.github/workflows/build-yocto.yml

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ jobs:
161161
- type: 6.18
162162
dirname: "_linux-qcom-6.18"
163163
yamlfile: ":ci/linux-qcom-6.18.yml"
164-
- type: rt-6.18-distro-kvm
165-
dirname: "_linux-qcom-rt-6.18_qcom-distro-kvm"
166-
yamlfile: ":ci/linux-qcom-rt-6.18.yml:ci/qcom-distro-kvm.yml"
164+
- type: rt-6.18
165+
dirname: "_linux-qcom-rt-6.18"
166+
yamlfile: ":ci/linux-qcom-rt-6.18.yml"
167167
exclude:
168168
# Exclude jobs from compile_warm_up
169169
- machine: glymur-crd
@@ -199,22 +199,6 @@ jobs:
199199
type: qcom-next-rt
200200
dirname: "_linux-qcom-next-rt"
201201
yamlfile: ":ci/linux-qcom-next-rt.yml"
202-
- machine: iq-9075-evk
203-
distro:
204-
name: qcom-distro-kvm
205-
yamlfile: ':ci/qcom-distro-kvm.yml'
206-
kernel:
207-
type: default
208-
dirname: ""
209-
yamlfile: ""
210-
- machine: iq-8275-evk
211-
distro:
212-
name: qcom-distro-kvm
213-
yamlfile: ':ci/qcom-distro-kvm.yml'
214-
kernel:
215-
type: default
216-
dirname: ""
217-
yamlfile: ""
218202
- machine: qcom-armv7a
219203
distro:
220204
name: qcom-distro
@@ -241,8 +225,8 @@ jobs:
241225
yamlfile: ":ci/linux-qcom-6.18.yml:ci/u-boot-qcom.yml"
242226
- machine: rb3gen2-core-kit-open-fw
243227
distro:
244-
name: qcom-distro-kvm
245-
yamlfile: ':ci/qcom-distro-kvm.yml'
228+
name: qcom-distro
229+
yamlfile: ':ci/qcom-distro.yml'
246230
kernel:
247231
type: default
248232
dirname: ""

ci/qcom-distro-kvm.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

conf/distro/include/qcom-base.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ DISTROOVERRIDES =. "${@ 'qcom-distro:' if d.getVar('DISTRO') != 'qcom-distro' el
1515
DISTRO_FEATURES:append = " \
1616
efi \
1717
glvnd \
18+
kvm \
1819
minidebuginfo \
1920
opencl \
2021
overlayfs \

conf/distro/include/qcom-distro-kvm.inc

Lines changed: 0 additions & 5 deletions
This file was deleted.

conf/distro/qcom-distro-kvm.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)