fix(ci): copy conf files to build directory before running bitbake
Some checks failed
diya-opi-distrib / build (push) Failing after 1m56s
Some checks failed
diya-opi-distrib / build (push) Failing after 1m56s
This commit is contained in:
parent
d2525f1cee
commit
7af2342520
@ -16,6 +16,8 @@ jobs:
|
|||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
- name: Building image and sdk
|
- name: Building image and sdk
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p /build/conf
|
||||||
|
cp -v build/conf/*.conf /build/conf/
|
||||||
cd poky && source oe-init-build-env /build
|
cd poky && source oe-init-build-env /build
|
||||||
cat conf/*.conf
|
cat conf/*.conf
|
||||||
bitbake core-image-base
|
bitbake core-image-base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user