summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-setup-builddir4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-setup-builddir b/scripts/poky-setup-builddir
index 7a49a8fb9c..64240e1e5d 100755
--- a/scripts/poky-setup-builddir
+++ b/scripts/poky-setup-builddir
@@ -56,7 +56,7 @@ if [ "x" != "x$POKYCONF" ]; then
56fi 56fi
57 57
58if [ "x" = "x$POKYLOCALCONF" ]; then 58if [ "x" = "x$POKYLOCALCONF" ]; then
59 POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample" 59 POKYLOCALCONF="$OEROOT/meta-yocto/conf/local.conf.sample"
60fi 60fi
61if ! (test -r "$BUILDDIR/conf/local.conf"); then 61if ! (test -r "$BUILDDIR/conf/local.conf"); then
62cat <<EOM 62cat <<EOM
@@ -74,7 +74,7 @@ EOM
74fi 74fi
75 75
76if [ "x" = "x$POKYLAYERCONF" ]; then 76if [ "x" = "x$POKYLAYERCONF" ]; then
77 POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample" 77 POKYLAYERCONF="$OEROOT/meta-yocto/conf/bblayers.conf.sample"
78fi 78fi
79if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then 79if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
80cat <<EOM 80cat <<EOM