From: Ed Bartosh Date: Wed, 6 Apr 2016 16:46:45 +0000 (+0100) Subject: toaster: export BBBASEDIR variable X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=429d47325aadb74d476e5b7f4738f2dfe26cde95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: export BBBASEDIR variable This variable will be used in localhost controller code to determine correct bitbake location, so it has to be exported. Signed-off-by: Ed Bartosh Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- diff --git a/bin/toaster b/bin/toaster index dfaff2e0719..70c66d2c298 100755 --- a/bin/toaster +++ b/bin/toaster @@ -101,6 +101,7 @@ stop_system() unset TOASTER_CONF unset TOASTER_DIR unset BITBAKE_UI + unset BBBASEDIR trap - SIGHUP #trap - SIGCHLD INSTOPSYSTEM=0 @@ -131,7 +132,7 @@ else TOASTER=$0 fi -BBBASEDIR=`dirname $TOASTER`/.. +export BBBASEDIR=`dirname $TOASTER`/.. MANAGE=$BBBASEDIR/lib/toaster/manage.py OEROOT=`dirname $TOASTER`/../..