diff options
Diffstat (limited to 'scripts')
| -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 | 
