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