mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
Revert "poky-env-internal: Disable automatic adding of meta environments to BBPATH"
This reverts commit ba804d1729 which is a valid
change but isn't working for some reason which needs further investigation.
This commit is contained in:
@@ -53,7 +53,7 @@ do
|
||||
if [ -e $OEROOT/$repo/poky-extra-environment ]; then
|
||||
. $OEROOT/$repo/poky-extra-environment
|
||||
fi
|
||||
#BBPATH=" $BBPATH $OEROOT/$repo"
|
||||
BBPATH=" $BBPATH $OEROOT/$repo"
|
||||
done
|
||||
|
||||
BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR"
|
||||
|
||||
Reference in New Issue
Block a user