Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions oebb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,10 @@ else
#--------------------------------------------------------------------------
# Include up-to-date bitbake in our PATH.
#--------------------------------------------------------------------------
export PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin:${PATH}
OE_EXEC_PATH=${OE_SOURCE_DIR}/openembedded-core/scripts:${OE_SOURCE_DIR}/bitbake/bin
export PATH=${OE_EXEC_PATH}:${PATH}

echo "export PATH=\"${PATH}\"" >> ${OE_ENV_FILE}
echo "export PATH=${OE_EXEC_PATH}:\${PATH}" >> ${OE_ENV_FILE}

#--------------------------------------------------------------------------
# Make sure Bitbake doesn't filter out the following variables from our
Expand Down