diff options
Diffstat (limited to 'scripts/poky-env-internal')
| -rwxr-xr-x | scripts/poky-env-internal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b805abe2d5..6acc7a3905 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -33,6 +33,7 @@ fi | |||
| 33 | 33 | ||
| 34 | BBDIR="$OEROOT/bitbake$BBEXTRA/" | 34 | BBDIR="$OEROOT/bitbake$BBEXTRA/" |
| 35 | PKGDIR="$OEROOT/meta/" | 35 | PKGDIR="$OEROOT/meta/" |
| 36 | PKGDIR_MOBLIN="$OEROOT/meta-moblin/" | ||
| 36 | BUILDDIR="$OEROOT/$BDIR/" | 37 | BUILDDIR="$OEROOT/$BDIR/" |
| 37 | MSG='' | 38 | MSG='' |
| 38 | 39 | ||
| @@ -59,6 +60,9 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then | |||
| 59 | fi | 60 | fi |
| 60 | 61 | ||
| 61 | BBPATH=$BBDIR | 62 | BBPATH=$BBDIR |
| 63 | if test x"$BBDIR" != x"$PKGDIR_MOBLIN"; then | ||
| 64 | BBPATH=$PKGDIR_MOBLIN:$BBPATH | ||
| 65 | fi | ||
| 62 | if test x"$BBDIR" != x"$PKGDIR"; then | 66 | if test x"$BBDIR" != x"$PKGDIR"; then |
| 63 | BBPATH=$PKGDIR:$BBPATH | 67 | BBPATH=$PKGDIR:$BBPATH |
| 64 | fi | 68 | fi |
