diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/toaster | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 9fffbc6ae2..ecf66fa51f 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -161,7 +161,9 @@ fi | |||
161 | 161 | ||
162 | export BBBASEDIR=`dirname $TOASTER`/.. | 162 | export BBBASEDIR=`dirname $TOASTER`/.. |
163 | MANAGE="python3 $BBBASEDIR/lib/toaster/manage.py" | 163 | MANAGE="python3 $BBBASEDIR/lib/toaster/manage.py" |
164 | OE_ROOT=`dirname $TOASTER`/../.. | 164 | if [ -z "$OE_ROOT" ]; then |
165 | OE_ROOT=`dirname $TOASTER`/../.. | ||
166 | fi | ||
165 | 167 | ||
166 | # this is the configuraton file we are using for toaster | 168 | # this is the configuraton file we are using for toaster |
167 | # we are using the same logic that oe-setup-builddir uses | 169 | # we are using the same logic that oe-setup-builddir uses |