Skip to content

Commit

Permalink
Try the qemu arm sdk build without the dummy kernel selection
Browse files Browse the repository at this point in the history
Not sure where that came from :)
  • Loading branch information
tronical committed Nov 19, 2024
1 parent 29d4a0c commit f165c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
. oe-init-build-env
bitbake-layers add-layer ../../meta-openembedded/meta-oe
bitbake-layers add-layer ../../meta-clang
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"' >> conf/local.conf
echo 'MACHINE = "qemuarm"' >> conf/local.conf
echo 'CLANGSDK = "1"' >> conf/local.conf
- run: |
Expand Down

0 comments on commit f165c52

Please sign in to comment.