diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-env-internal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 78646e3c6e..b805abe2d5 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -31,7 +31,7 @@ if [ "x$BDIR" = "x" ]; then fi fi -BBDIR="$OEROOT/bitbake/" +BBDIR="$OEROOT/bitbake$BBEXTRA/" PKGDIR="$OEROOT/meta/" BUILDDIR="$OEROOT/$BDIR/" MSG='' @@ -86,3 +86,5 @@ unset GCONF_SCHEMA_INSTALL_SOURCE echo echo "### Shell environment set up for Poky builds. ###" echo + +export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYLIBC" |