Developer Workflow Improvements: Difference between revisions
From Yocto Project
Jump to navigationJump to search
PaulEggleton (talk | contribs) (Created page with "Developer workflow improvements as documented in the following bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6662 == Todo list == * Running recipetool from devtool wi...") |
PaulEggleton (talk | contribs) (Updates) |
||
Line 1: | Line 1: | ||
Developer workflow improvements as documented in the following | Developer workflow improvements as documented in the following bugzilla entry: | ||
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6662 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=6662 | ||
Line 5: | Line 5: | ||
== Todo list == | == Todo list == | ||
* Running recipetool from devtool within the SDK seems to be broken | * <strike>Running recipetool from devtool within the SDK seems to be broken</strike> ''-- 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'' | |||
* Prevent do_rootfs from executing on install | |||
* Modularise devtool -- | |||
* Write test script for SDK | * Write test script for SDK |
Revision as of 12:01, 6 October 2014
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