From 7af2342520c05d0fe776be4fbfb62424bb1dc6f1 Mon Sep 17 00:00:00 2001 From: dany Date: Sat, 22 Mar 2025 10:41:27 +0100 Subject: [PATCH] fix(ci): copy conf files to build directory before running bitbake --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7e89544..f2fb68c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: run: git submodule update --init - name: Building image and sdk run: | + mkdir -p /build/conf + cp -v build/conf/*.conf /build/conf/ cd poky && source oe-init-build-env /build cat conf/*.conf bitbake core-image-base