fix(ci): add BSPDIR to BB_ENV_WHITELIST
Some checks failed
diya-opi-distrib / build (push) Failing after 2m41s
Some checks failed
diya-opi-distrib / build (push) Failing after 2m41s
This commit is contained in:
parent
99a3b7762c
commit
f45b0e6730
@ -19,7 +19,9 @@ 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"
|
||||||
cd poky && source oe-init-build-env /build
|
cd poky && source oe-init-build-env /build
|
||||||
|
printenv
|
||||||
cat conf/*.conf
|
cat conf/*.conf
|
||||||
bitbake core-image-base
|
bitbake core-image-base
|
||||||
bitbake core-image-base -c populate_sdk
|
bitbake core-image-base -c populate_sdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user