This commit is contained in:
21
.gitea/workflows/ci.yml
Normal file
21
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: diya-opi-distrib
|
||||||
|
run-name: Building diya-opi-distrib
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ci-yocto-jammy
|
||||||
|
volumes:
|
||||||
|
- /home/yocto-build/diya-opi-distrib:/build
|
||||||
|
timeout-minutes: 480
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Update submodule
|
||||||
|
run: git submodule update --init
|
||||||
|
- name: Building image and sdk
|
||||||
|
run: |
|
||||||
|
cd poky && source oe-init-build-env /build
|
||||||
|
cat conf/*.conf
|
||||||
|
bitbake core-image-base
|
||||||
|
bitbake core-image-base -c populate_sdk
|
Submodule meta-diya updated: 4ec5c71110...b333742f9f
Reference in New Issue
Block a user