Developer Workflow Improvements

From Yocto Project
Revision as of 12:01, 6 October 2014 by PaulEggleton (talk | contribs) (Updates)
Jump to navigationJump to search

Developer workflow improvements as documented in the following bugzilla entry:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=6662

Todo list

  • Running recipetool from devtool within the SDK seems to be broken -- Fixed, was related to custom environment setup script not being used (as well as poor error reporting) - Paul
  • Properly report failures in bitbake execution during install (output is currently discarded)
  • Prevent do_rootfs itself from executing on install - we only need the tasks that it depends upon
  • Modularise devtool -- In progress - Paul
  • Write test script for SDK