Skip to content
Open
Changes from 1 commit
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
9 changes: 7 additions & 2 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,13 @@ jobs:
- qrb2210-rb1-core-kit
- qcom-armv8a
- qcom-armv7a
distro:
- name: poky/systemd
yamlfile: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is really a kas config file. so 'kas' would be a better name.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, it's empty, you can simply skip it.

- name: qcom
yamlfile: 'ci/distro.yml:'
runs-on: [self-hosted, x86]
name: ${{ matrix.machine }}/poky/systemd
name: ${{ matrix.machine }}/${{ matrix.distro.name }}
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -110,7 +115,7 @@ jobs:
export SSTATE_DIR=${CACHE_DIR}/sstate-cache
export KAS_WORK_DIR=$PWD/../kas
mkdir $KAS_WORK_DIR
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml
kas build ci/mirror.yml:${{ matrix.distro.yamlfile }}ci/${{ matrix.machine }}.yml
ci/yocto-pybootchartgui.sh && mv $KAS_WORK_DIR/build/buildchart.svg .

- uses: actions/upload-artifact@v4
Expand Down
Loading