1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS

After the change to bitbake, update the references in OE-Core to match the updates.

(From OE-Core rev: 193affb9f28b0116c3fd619834f145326fee08c5)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-02-16 13:36:37 +00:00
parent 364319817a
commit 492214104a
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ if [ $? != 0 ] ; then
exit 251
fi
if [ "$BB_ENV_EXTRAWHITE" != "" ] ; then
if [ "BB_ENV_PASSTHROUGH_ADDITIONS" != "" ] ; then
echo "WARNING: you are running after sourcing the build environment script, this is not recommended"
fi