Skip to content

Commit

Permalink
More SDK build fixes
Browse files Browse the repository at this point in the history
- Build latest LTS (Scarthgap)
- Attempt to load SDKs after build
  • Loading branch information
tronical committed Nov 14, 2024
1 parent 8e68335 commit 29d4a0c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
sudo locale-gen en_US.UTF-8
sudo update-locale
- run: |
git clone -b kirkstone git://git.yoctoproject.org/poky
git clone -b kirkstone git://git.openembedded.org/meta-openembedded
git clone -b kirkstone https://github.com/kraj/meta-clang.git
git clone -b scarthgap git://git.yoctoproject.org/poky
git clone -b scarthgap git://git.openembedded.org/meta-openembedded
git clone -b scarthgap https://github.com/kraj/meta-clang.git
- run: |
cd poky
. oe-init-build-env
Expand All @@ -40,3 +40,7 @@ jobs:
cd poky
. oe-init-build-env
bitbake core-image-weston-sdk -c populate_sdk
- run: |
for file in tmp/deploy/images/poky-glibc-*-core-image-weston*toolchain*; do
curl -T $file -H "X-Requested-With: XMLHttpRequest" -u ${{ secrets.NEXTCLOUD_SDK_FOLDER_TOKEN }}: "${{ secrets.NEXTCLOUD_SDK_URL }}/$file"
done

0 comments on commit 29d4a0c

Please sign in to comment.