-
Notifications
You must be signed in to change notification settings - Fork 61
Conversation
"Developing and debugging with an OpenEmbedded system" does not need to be in the top-level README. It was also the only image in that doc, which was kind of weird. Signed-off-by: Patrick Vacek <[email protected]>
Signed-off-by: Patrick Vacek <[email protected]>
Signed-off-by: Patrick Vacek <[email protected]>
The old format was not user-friendly. Now it should be easier to cut-and-paste the parts that you need directly into a CLI. Signed-off-by: Patrick Vacek <[email protected]>
Some fairly important details were missing or slightly inaccurate. Signed-off-by: Patrick Vacek <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1164 +/- ##
==========================================
+ Coverage 77.89% 77.93% +0.03%
==========================================
Files 170 170
Lines 10010 10010
==========================================
+ Hits 7797 7801 +4
+ Misses 2213 2209 -4
Continue to review full report at Codecov.
|
Signed-off-by: Patrick Vacek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice Spring clean-up !!!
Additional packages are used for non-essential components: | ||
|
||
* To build the test suite, you will need `python3-dev python3-openssl python3-venv sqlite3 valgrind`. | ||
* To run the lintint tools, you will need `clang clang-format-6.0 clang-tidy-6.0`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Late, but "lintint"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. If you're working on the /etc
installation issue, do you mind including a fix for this, too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure
I'd like to encourage you to do a once-over of our front-facing README with these changes and then consider if anything obvious is missing, wrong, or poorly worded. Hopefully this is at least better than what was there before!