mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
poky-env-internal: Search scripts before the bitbake directory so we can override bitbake's main script
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -44,7 +44,7 @@ fi
|
||||
|
||||
BITBAKEDIR="$OEROOT/bitbake$BBEXTRA/"
|
||||
|
||||
PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH"
|
||||
PATH="${OEROOT}/scripts:$BITBAKEDIR/bin/:$PATH"
|
||||
|
||||
# Remove any symlinks from paths
|
||||
BITBAKEDIR=`readlink -f "$BITBAKEDIR"`
|
||||
|
||||
Reference in New Issue
Block a user