Skip to content

Commit

Permalink
.circleci: remove
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Jorns <[email protected]>
  • Loading branch information
ejoerns committed Nov 1, 2020
1 parent 0499cdf commit f0de280
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 102 deletions.
12 changes: 0 additions & 12 deletions .circleci/bblayers.conf.sample

This file was deleted.

58 changes: 0 additions & 58 deletions .circleci/config.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .circleci/local.conf.sample

This file was deleted.

13 changes: 6 additions & 7 deletions .github/workflows/meta-rauc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 720
steps:
- name: Install required packages
run: |
sudo apt-get install diffstat
- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -23,20 +26,16 @@ jobs:
path: meta-rauc
- name: Clone poky
run: git clone git://git.yoctoproject.org/poky
- name: Clone meta-oe
run: git clone https://github.com/openembedded/meta-openembedded.git meta-oe
- name: Clone meta-openembedded
run: git clone https://github.com/openembedded/meta-openembedded.git
- name: Initialize build directory
run: |
source poky/oe-init-build-env build
bitbake-layers add-layer ../meta-oe
bitbake-layers add-layer ../meta-openembedded/meta-oe
bitbake-layers add-layer ../meta-rauc
- name: Overview
run: |
ls -la
- name: Create meta-this
run: mkdir -p meta-this/conf/ && cp .circleci/*.sample meta-this/conf/.
- name: Initialize build directory
run: TEMPLATECONF=../meta-this/conf source poky/oe-init-build-env build
- name: Build rauc
run: source poky/oe-init-build-env build && bitbake rauc
- name: Build rauc-native
Expand Down

0 comments on commit f0de280

Please sign in to comment.