summaryrefslogtreecommitdiffstats
path: root/scripts/poky-env-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-xscripts/poky-env-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index 3279fb0bea..e8d8f2b037 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -59,7 +59,7 @@ if ! (test -d "$BITBAKEDIR" && test -d "$BUILDDIR"); then
59fi 59fi
60 60
61if [ "x" = "x$POKYLOCALCONF" ]; then 61if [ "x" = "x$POKYLOCALCONF" ]; then
62 POKYLOCALCONF="$OEROOT/build/conf/local.conf.sample" 62 POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample"
63fi 63fi
64if ! (test -r "$BUILDDIR/conf/local.conf"); then 64if ! (test -r "$BUILDDIR/conf/local.conf"); then
65 echo "You had no conf/local.conf file. Poky has created this configuration file for you" 65 echo "You had no conf/local.conf file. Poky has created this configuration file for you"
@@ -73,7 +73,7 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then
73fi 73fi
74 74
75if [ "x" = "x$POKYLAYERCONF" ]; then 75if [ "x" = "x$POKYLAYERCONF" ]; then
76 POKYLAYERCONF="$OEROOT/build/conf/bblayers.conf.sample" 76 POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
77fi 77fi
78if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then 78if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
79 echo "You had no conf/bblayers.conf file. Poky has created this configuration file for you" 79 echo "You had no conf/bblayers.conf file. Poky has created this configuration file for you"