From b0dec83e8c17d884323d58bb8d56c7ab6afa7ead Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 3 Mar 2011 23:53:32 +0000 Subject: meta-yocto: Move files inappropriate to OE-Core from meta Signed-off-by: Richard Purdie --- scripts/poky-setup-builddir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 <