mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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
|
if [ -e $OEROOT/$repo/poky-extra-environment ]; then
|
||||||
. $OEROOT/$repo/poky-extra-environment
|
. $OEROOT/$repo/poky-extra-environment
|
||||||
fi
|
fi
|
||||||
#BBPATH=" $BBPATH $OEROOT/$repo"
|
BBPATH=" $BBPATH $OEROOT/$repo"
|
||||||
done
|
done
|
||||||
|
|
||||||
BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR"
|
BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user