meta-yocto: Move files inappropriate to OE-Core from meta

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-03-03 23:53:32 +00:00
parent dabd5deb4e
commit b0dec83e8c
11 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ if [ "x" != "x$POKYCONF" ]; then
fi fi
if [ "x" = "x$POKYLOCALCONF" ]; then if [ "x" = "x$POKYLOCALCONF" ]; then
POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample" POKYLOCALCONF="$OEROOT/meta-yocto/conf/local.conf.sample"
fi fi
if ! (test -r "$BUILDDIR/conf/local.conf"); then if ! (test -r "$BUILDDIR/conf/local.conf"); then
cat <<EOM cat <<EOM
@ -74,7 +74,7 @@ EOM
fi fi
if [ "x" = "x$POKYLAYERCONF" ]; then if [ "x" = "x$POKYLAYERCONF" ]; then
POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample" POKYLAYERCONF="$OEROOT/meta-yocto/conf/bblayers.conf.sample"
fi fi
if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
cat <<EOM cat <<EOM