[bitbake-devel] [PATCH] toaster: Point to meta/conf for default toasterconf.json

Khem Raj raj.khem at gmail.com
Sat Oct 24 21:56:29 UTC 2015


meta-yocto may not exist in nodistro env

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 bin/toaster | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/toaster b/bin/toaster
index 2c3432c..c1a01f0 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -196,7 +196,7 @@ fi
 # in the local layers that currently prevent using an arbitrary
 # toasterconf.json
 if [ "$TOASTER_CONF" = "" ]; then
-    TOASTER_CONF="$(dirname $TOASTER)/../../meta-yocto/conf/toasterconf.json"
+    TOASTER_CONF="$(dirname $TOASTER)/../../meta/conf/toasterconf.json"
     export TOASTER_CONF=$(python -c "import os; print os.path.realpath('$TOASTER_CONF')")
 fi
 if [ ! -f $TOASTER_CONF ]; then
-- 
2.6.2




More information about the bitbake-devel mailing list