Skip to content

Commit

Permalink
ci: Add EIO subsystem to SWU image
Browse files Browse the repository at this point in the history
Makes EIO subsystem buildable by adding the binary stubs.

Note that the build output is not fully functional without the real
EIO subsystem binaries.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Feb 1, 2024
1 parent 40228c5 commit 6d433d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ jobs:
uses: actions/checkout@v3
- name: Free Disk Space
uses: ./.github/workflows/free-disk-space
- name: Mock EIO binary stubs
run: |
touch ./recipes-app/iot2050-eio-manager/files/bin/iot2050-eiofsd
touch ./recipes-app/iot2050-eio-manager/files/bin/map3-fw.bin
touch ./recipes-app/iot2050-eio-manager/files/bin/firmware-version
- name: Build image
run: ./kas-container build kas-iot2050-swupdate.yml:kas/opt/secure-boot.yml:kas/opt/preempt-rt.yml
run: ./kas-container build kas-iot2050-swupdate.yml:kas/opt/secure-boot.yml:kas/opt/preempt-rt.yml:kas/opt/eio.yml
- name: Upload image
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6d433d3

Please sign in to comment.