bitbake c devshell - MarekBykowski/readme GitHub Wiki

  1. https://docs.yoctoproject.org/dev-manual/common-tasks.html#using-a-development-shell
  2. bitbake -c devshell linux-yocto
  3. Then make <unit.o>
  4. cd ${WORKDIR}/temp and run task run.do_compile
  5. Exit devshell. Find dependency for next-task after compile task from bitbake -g linux-yocto. In here the task consuming the result of compile task is bitbake -C deploy linux-yocto. Note the capital C. This invokes the task but also all the tasks that follow it.
⚠️ **GitHub.com Fallback** ⚠️