diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/poky-env-internal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index ccbd2088ae..78a7d45ad0 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -26,6 +26,8 @@ OEROOT=`pwd` | |||
| 26 | 26 | ||
| 27 | if [ "x$1" = "x" ]; then | 27 | if [ "x$1" = "x" ]; then |
| 28 | BDIR="build" | 28 | BDIR="build" |
| 29 | else | ||
| 30 | BDIR="$1" | ||
| 29 | fi | 31 | fi |
| 30 | 32 | ||
| 31 | BBDIR="$OEROOT/bitbake/" | 33 | BBDIR="$OEROOT/bitbake/" |
| @@ -48,7 +50,6 @@ BUILDDIR=`readlink -f "$BUILDDIR"` | |||
| 48 | 50 | ||
| 49 | if ! (test -d "$BBDIR" && test -d "$PKGDIR" && test -d "$BUILDDIR"); then | 51 | if ! (test -d "$BBDIR" && test -d "$PKGDIR" && test -d "$BUILDDIR"); then |
| 50 | echo >&2 "Error: Not all directories exist! Did you run this script in poky directory?" | 52 | echo >&2 "Error: Not all directories exist! Did you run this script in poky directory?" |
| 51 | exit 1 | ||
| 52 | fi | 53 | fi |
| 53 | 54 | ||
| 54 | if ! (test -r "$BUILDDIR/conf/local.conf"); then | 55 | if ! (test -r "$BUILDDIR/conf/local.conf"); then |
