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 16f211d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 100 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.

9 changes: 4 additions & 5 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 @@ -28,15 +31,11 @@ jobs:
- 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 16f211d

Please sign in to comment.