From 718e0a17a16125fae42ace2424bafd59f81dfb1e Mon Sep 17 00:00:00 2001 From: dany Date: Sat, 22 Mar 2025 11:07:46 +0100 Subject: [PATCH] fix(ci): rename BB_ENV_WHITELIST to BB_ENV_PASSTHROUGH --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 08edc86..8822b0e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: mkdir -p /build/conf cp -v build/conf/*.conf /build/conf/ export BSPDIR="$(pwd)" - export BB_ENV_WHITELIST="$BB_ENV_WHITELIST BSPDIR" + export BB_ENV_PASSTHROUGH="$BB_ENV_PASSTHROUGH BSPDIR" cd poky && source oe-init-build-env /build printenv cat conf/*.conf