summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 23:53:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-03 23:53:32 +0000
commitb0dec83e8c17d884323d58bb8d56c7ab6afa7ead (patch)
tree194d268995c1f8f6e660ee9ed8bfbe89967ab221 /scripts
parentdabd5deb4e50189fba9ccc60a219a5c6a05c8db1 (diff)
downloadast2050-yocto-poky-b0dec83e8c17d884323d58bb8d56c7ab6afa7ead.zip
ast2050-yocto-poky-b0dec83e8c17d884323d58bb8d56c7ab6afa7ead.tar.gz
meta-yocto: Move files inappropriate to OE-Core from meta
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 7a49a8f..64240e1 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
OpenPOWER on IntegriCloud