fix(ci): rename BB_ENV_WHITELIST to BB_ENV_PASSTHROUGH
Some checks failed
diya-opi-distrib / build (push) Failing after 2m9s
Some checks failed
diya-opi-distrib / build (push) Failing after 2m9s
This commit is contained in:
parent
f45b0e6730
commit
718e0a17a1
@ -19,7 +19,7 @@ jobs:
|
|||||||
mkdir -p /build/conf
|
mkdir -p /build/conf
|
||||||
cp -v build/conf/*.conf /build/conf/
|
cp -v build/conf/*.conf /build/conf/
|
||||||
export BSPDIR="$(pwd)"
|
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
|
cd poky && source oe-init-build-env /build
|
||||||
printenv
|
printenv
|
||||||
cat conf/*.conf
|
cat conf/*.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user