GSoC/Ideas: Difference between revisions
From Yocto Project
Jump to navigationJump to search
(Created page with "= Project Ideas for the Yocto Project Google Summer of Code = ==== remote debugging with ''devtool'' ==== *; Difficulty *: medium *; Skills Required *: python 3 *; Hardwar...") |
No edit summary |
||
Line 1: | Line 1: | ||
= Project Ideas for the Yocto Project Google Summer of Code = | = Project Ideas for the Yocto Project Google Summer of Code = | ||
=== Miscellaneous Ideas === | |||
==== remote debugging with ''devtool'' ==== | ==== remote debugging with ''devtool'' ==== |
Revision as of 00:14, 5 February 2020
Project Ideas for the Yocto Project Google Summer of Code
Miscellaneous Ideas
remote debugging with devtool
- Difficulty
- medium
- Skills Required
- python 3
- Hardware Required
- no hardware is required, this can all be done with qemu
- Where to Ask Questions
- #yocto on irc.freenode.net or the yocto mailing list
- Potential Mentor
- Trevor Woerner (tlwoerner on irc (freenode and OFTC))
- Description
- a build generates all the pieces required to perform remote debugging (via cross-gdb) but getting everything to work requires a lot of manual fiddling involving an SDK, devtool should be able to make this easier, and would also include the coding (devtool modify), cross-building (devtool build), and upload (devtool deploy-target) pieces to complete the remote debugging loop