We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c9ba3 commit 126ab6dCopy full SHA for 126ab6d
1 file changed
tools/envsetup.sh
@@ -32,7 +32,7 @@ elif [ "${0##*/}" = "dash" ]; then
32
fi
33
# bootstrap OE
34
echo "Init OE"
35
-export BASH_SOURCE="openembedded-core/oe-init-build-env"
+export BASH_SOURCE="${LAYERS_ROOT}/openembedded-core/oe-init-build-env"
36
. ${LAYERS_ROOT}/openembedded-core/oe-init-build-env ${BUILD_DIR}
37
38
# Symlink the cache
0 commit comments