mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
scripts/poky-env-internal: Fix PATH
This commit is contained in:
@@ -76,12 +76,12 @@ BUILD_ARCH=`uname -m`
|
||||
BUILD_OS=`uname | tr '[A-Z]' '[a-z]'`
|
||||
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
|
||||
|
||||
PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH"
|
||||
PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH"
|
||||
|
||||
cd "$BUILDDIR"
|
||||
|
||||
# Remove any symlinks from paths
|
||||
BBDIR=`readlink -f "$BBDIR"`
|
||||
BITBAKEDIR=`readlink -f "$BITBAKEDIR"`
|
||||
PKGDIR=`readlink -f "$PKGDIR"`
|
||||
BUILDDIR=`readlink -f "$BUILDDIR"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user