Skip to content

Commit

Permalink
Switch CI to use meta-rust-bin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 16, 2024
1 parent 577ba20 commit 2f03286
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- run: |
git clone -b kirkstone --single-branch git://git.yoctoproject.org/poky
git clone -b kirkstone --single-branch git://git.openembedded.org/meta-openembedded
git clone -b master --single-branch https://github.com/meta-rust/meta-rust.git
git clone -b kirkstone --single-branch https://github.com/kraj/meta-clang.git
git clone -b master --single-branch https://github.com/rust-embedded/meta-rust-bin.git
git clone -b kirkstone --single-branch https://github.com/kraj/meta-clang.git
- run: |
cd poky
. oe-init-build-env
bitbake-layers add-layer ../../meta-openembedded/meta-oe
bitbake-layers add-layer ../../meta-rust
bitbake-layers add-layer ../../meta-rust-bin
bitbake-layers add-layer ../../meta-clang
bitbake-layers add-layer ../../meta-slint
echo 'PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"' >> conf/local.conf
Expand Down

0 comments on commit 2f03286

Please sign in to comment.