diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index b931e29323..86e038727c 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -53,7 +53,7 @@ do | |||
53 | if [ -e $OEROOT/$repo/poky-extra-environment ]; then | 53 | if [ -e $OEROOT/$repo/poky-extra-environment ]; then |
54 | . $OEROOT/$repo/poky-extra-environment | 54 | . $OEROOT/$repo/poky-extra-environment |
55 | fi | 55 | fi |
56 | BBPATH=" $BBPATH $OEROOT/$repo" | 56 | #BBPATH=" $BBPATH $OEROOT/$repo" |
57 | done | 57 | done |
58 | 58 | ||
59 | BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR" | 59 | BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR" |