summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index bfedfd3ea3..f1aee627e2 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -174,7 +174,7 @@ fi
174# toasterconf.json 174# toasterconf.json
175if [ "$TOASTER_CONF" == "" ]; then 175if [ "$TOASTER_CONF" == "" ]; then
176 BIN_DIR=$(dirname "${BASH_SOURCE[0]}") 176 BIN_DIR=$(dirname "${BASH_SOURCE[0]}")
177 export TOASTER_CONF="$BIN_DIR/../../meta-yocto/conf/toasterconf.json" 177 export TOASTER_CONF="$BIN_DIR/../../meta-yocto/conf/toasterconf.json"
178fi 178fi
179if [ ! -f $TOASTER_CONF ]; then 179if [ ! -f $TOASTER_CONF ]; then
180 echo "$TOASTER_CONF configuration file not found, exiting..." 180 echo "$TOASTER_CONF configuration file not found, exiting..."