Commit 1eb07618 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Update path in run_bitbake in accordance to new project structure

parent 581fe424
......@@ -5,7 +5,7 @@ while (( "$#" )); do
done
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "Launching bitbake $args"
cd $DIR/..
cd $DIR/../poky
. ./oe-init-build-env
bitbake $args | sed -u 's@| @@'
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment