Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
- name: poky-altcfg
yamlfile: ""
- name: qcom-distro
yamlfile: ':ci/qcom-distro.yml'
- name: qcom-distro-prop-image
yamlfile: ':ci/qcom-distro-prop-image.yml'
# kvm is compatible with all the compile warm up machines
- name: qcom-distro-kvm
Expand Down Expand Up @@ -123,15 +121,12 @@ jobs:
- qcs615-ride
- qcs8300-ride-sx
- qcs9100-ride-sx
- qcom-armv7a
- rb1-core-kit
- sm8750-mtp
distro:
- name: poky-altcfg
yamlfile: ""
- name: qcom-distro
yamlfile: ':ci/qcom-distro.yml'
- name: qcom-distro-prop-image
yamlfile: ':ci/qcom-distro-prop-image.yml'
- name: qcom-distro-sota
yamlfile: ':ci/qcom-distro-sota.yml'
Expand All @@ -147,7 +142,7 @@ jobs:
- machine: qcom-armv8a
distro:
name: qcom-distro
yamlfile: ':ci/qcom-distro.yml'
yamlfile: ':ci/qcom-distro-prop-image.yml'
kernel:
type: additional
dirname: "+linux-yocto-dev"
Expand All @@ -161,11 +156,22 @@ jobs:
type: default
dirname: ""
yamlfile: ""
exclude:
# Incompatible builds
- machine: qcom-armv7a
distro:
name: qcom-distro-prop-image
name: poky-altcfg
yamlfile: ''
kernel:
type: default
dirname: ""
yamlfile: ""
- machine: qcom-armv7a
distro:
name: qcom-distro
yamlfile: ':ci/qcom-distro.yml'
kernel:
type: default
dirname: ""
yamlfile: ""
name: ${{ matrix.machine }}/${{ matrix.distro.name }}${{ matrix.kernel.dirname }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion ci/qcom-distro-prop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ header:
includes:
- ci/qcom-distro.yml

target: qcom-multimedia-proprietary-image
target:
- qcom-multimedia-image
- qcom-multimedia-proprietary-image
Loading