summaryrefslogtreecommitdiffstats
path: root/scripts/oe-buildenv-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-buildenv-internal')
-rwxr-xr-xscripts/oe-buildenv-internal3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index e6cd141ff5..77f98a32b9 100755
--- a/scripts/oe-buildenv-internal
+++ b/scripts/oe-buildenv-internal
@@ -105,6 +105,9 @@ fi
105 105
106BITBAKEDIR=$(readlink -f "$BITBAKEDIR") 106BITBAKEDIR=$(readlink -f "$BITBAKEDIR")
107BUILDDIR=$(readlink -f "$BUILDDIR") 107BUILDDIR=$(readlink -f "$BUILDDIR")
108BBPATH=$BUILDDIR
109
110export BBPATH
108 111
109if [ ! -d "$BITBAKEDIR" ]; then 112if [ ! -d "$BITBAKEDIR" ]; then
110 echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location or specify an alternative path on the command line" 113 echo >&2 "Error: The bitbake directory ($BITBAKEDIR) does not exist! Please ensure a copy of bitbake exists at this location or specify an alternative path on the command line"