Skip to content
Open
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
26 changes: 16 additions & 10 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'
kernel:
- type: default
Expand Down Expand Up @@ -114,14 +112,11 @@ jobs:
- qcs8300-ride-sx
- qcs9100-ride-sx
- qrb2210-rb1-core-kit
- qcom-armv7a
- 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'
kernel:
- type: default
Expand All @@ -132,24 +127,35 @@ 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"
yamlfile: ":ci/linux-yocto-dev.yml"
- 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-lts"
yamlfile: ":ci/linux-yocto-lts.yml"
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