Commit 07033a55 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

link to bitbake logs

parent 62365ed7
......@@ -12,6 +12,11 @@ do_unpack(){
rm -rf ${VPATH}/sysroots
fi
ln -sf ${TOPDIR}/tmp/sysroots ${VPATH}/sysroots
if [ -d ${VPATH}/bitbake-logs ]; then
rm -rf ${VPATH}/bitbake-logs
fi
ln -sf ${WORKDIR}/temp ${VPATH}/bitbake-logs
}
EXTRA_OEMAKE = " \
......
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