Skip to content

Commit

Permalink
Update Build Thunder on Yocto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis authored Oct 25, 2023
1 parent 2421e34 commit 8a71814
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/Build Thunder on Yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,29 @@ jobs:
path : poky

- name: Get openembedded-core
run: |
git clone -b ${{matrix.yocto_version}} https://git.openembedded.org/openembedded-core
uses: actions/checkout@v4
with:
github-server-url: 'https://git.openembedded.org'
repository: git/openembedded-core
ref: ${{matrix.yocto_version}}
path : openembedded-core

- name: Get meta-openembedded
run: |
git clone -b ${{matrix.yocto_version}} https://git.openembedded.org/meta-openembedded
uses: actions/checkout@v4
with:
github-server-url: 'https://git.openembedded.org'
repository: git/meta-openembedded
ref: ${{matrix.yocto_version}}
path : meta-openembedded

- name: Get meta-raspberrypi BSP
if: contains(${{matrix.machine}}, 'raspberrypi')
run: |
git clone -b ${{matrix.yocto_version}} https://git.yoctoproject.org/meta-raspberrypi
uses: actions/checkout@v4
with:
github-server-url: 'https://git.yoctoproject.org'
repository: git/meta-raspberrypi
ref: ${{matrix.yocto_version}}
path : meta-raspberrypi

- name: Get meta-thunder-framework
uses: actions/checkout@v4
Expand Down

0 comments on commit 8a71814

Please sign in to comment.