summaryrefslogtreecommitdiffstats
path: root/scripts/poky-setup-builddir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-setup-builddir')
-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
fi
if [ "x" = "x$POKYLOCALCONF" ]; then
- POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample"
+ POKYLOCALCONF="$OEROOT/meta-yocto/conf/local.conf.sample"
fi
if ! (test -r "$BUILDDIR/conf/local.conf"); then
cat <<EOM
@@ -74,7 +74,7 @@ EOM
fi
if [ "x" = "x$POKYLAYERCONF" ]; then
- POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
+ POKYLAYERCONF="$OEROOT/meta-yocto/conf/bblayers.conf.sample"
fi
if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
cat <<EOM