From 870c35337e0f80224c4587f601e328eb1b422525 Mon Sep 17 00:00:00 2001 From: dany Date: Sat, 22 Mar 2025 11:33:45 +0100 Subject: [PATCH] fix(ci): link build dir to permanent location --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dbd5438..d0b97be 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,10 +18,8 @@ jobs: run: | mkdir -p /build/conf cp -v build/conf/*.conf /build/conf/ - export BSPDIR="$(pwd)" - export BBPATH="$(pwd)" - export BB_ENV_PASSTHROUGH="BSPDIR BBPATH" - cd poky && source oe-init-build-env /build + ln -sf /build ci-build + cd poky && source oe-init-build-env ../ci-build printenv cat conf/*.conf bitbake core-image-base