From 429d47325aadb74d476e5b7f4738f2dfe26cde95 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 6 Apr 2016 17:46:45 +0100 Subject: 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 --- bin/toaster | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/toaster b/bin/toaster index dfaff2e07..70c66d2c2 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`/../.. -- cgit 1.2.3-korg