Skip to content

Commit 126ab6d

Browse files
gsh1209kraj
authored andcommitted
tools: setup: fix #618, a path dependency issue
Signed-off-by: gsh1209 <gsh1209@outlook.com>
1 parent 31c9ba3 commit 126ab6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/envsetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ elif [ "${0##*/}" = "dash" ]; then
3232
fi
3333
# bootstrap OE
3434
echo "Init OE"
35-
export BASH_SOURCE="openembedded-core/oe-init-build-env"
35+
export BASH_SOURCE="${LAYERS_ROOT}/openembedded-core/oe-init-build-env"
3636
. ${LAYERS_ROOT}/openembedded-core/oe-init-build-env ${BUILD_DIR}
3737

3838
# Symlink the cache

0 commit comments

Comments
 (0)