Skip to content

Commit

Permalink
cd.yaml: Enable rpi4 and switch to yoe-sdk-image
Browse files Browse the repository at this point in the history
yoe-sdk-image is our kitchen-sink

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Dec 17, 2021
1 parent 444bd83 commit e9ade21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
/bin/bash -c "sed -i -e 's/SDK_UPDATE_URL.*$//' conf/site.conf"
- name: Build Images
run: |
/bin/bash -c ". ./beaglebone-envsetup.sh && bitbake yoe-simple-image"
# /bin/bash -c ". ./raspberrypi4-64-envsetup.sh && bitbake yoe-sdk-image"
/bin/bash -c ". ./beaglebone-envsetup.sh && bitbake yoe-sdk-image"
/bin/bash -c ". ./raspberrypi4-64-envsetup.sh && bitbake yoe-sdk-image"
- name: ver
run: echo "::set-output name=ver::$(printf ' - ' && cat sources/meta-yoe/conf/distro/yoe.inc | grep 'DISTRO_CODENAME =' | cut -d' ' -f 3 )"
id: ver
Expand Down

0 comments on commit e9ade21

Please sign in to comment.