This commit is contained in:
parent
e7040e2bdc
commit
18daf3ead2
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
|
@ -1 +1 @@
|
|||||||
Subproject commit 4ec5c71110323d6690eab089ec242b690dc27e4d
|
Subproject commit b333742f9f51d88fde0d81f5d9ce825296032717
|
Loading…
x
Reference in New Issue
Block a user