diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
commit | b0dec83e8c17d884323d58bb8d56c7ab6afa7ead (patch) | |
tree | 194d268995c1f8f6e660ee9ed8bfbe89967ab221 /scripts/poky-setup-builddir | |
parent | dabd5deb4e50189fba9ccc60a219a5c6a05c8db1 (diff) | |
download | 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/poky-setup-builddir')
-rwxr-xr-x | scripts/poky-setup-builddir | 4 |
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 | |||
56 | fi | 56 | fi |
57 | 57 | ||
58 | if [ "x" = "x$POKYLOCALCONF" ]; then | 58 | if [ "x" = "x$POKYLOCALCONF" ]; then |
59 | POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample" | 59 | POKYLOCALCONF="$OEROOT/meta-yocto/conf/local.conf.sample" |
60 | fi | 60 | fi |
61 | if ! (test -r "$BUILDDIR/conf/local.conf"); then | 61 | if ! (test -r "$BUILDDIR/conf/local.conf"); then |
62 | cat <<EOM | 62 | cat <<EOM |
@@ -74,7 +74,7 @@ EOM | |||
74 | fi | 74 | fi |
75 | 75 | ||
76 | if [ "x" = "x$POKYLAYERCONF" ]; then | 76 | if [ "x" = "x$POKYLAYERCONF" ]; then |
77 | POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample" | 77 | POKYLAYERCONF="$OEROOT/meta-yocto/conf/bblayers.conf.sample" |
78 | fi | 78 | fi |
79 | if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then | 79 | if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then |
80 | cat <<EOM | 80 | cat <<EOM |