apps/nxdiag: Update nxdiag app due to script place changes#2925
apps/nxdiag: Update nxdiag app due to script place changes#2925xiaoxiang781216 merged 1 commit intoapache:masterfrom
Conversation
|
Error is normal, it is about related PR. It will be fixed when related PR merges. Error log: |
cederom
left a comment
There was a problem hiding this comment.
Thank you @eren-terzioglu :-)
- My question is why Python scripts are removed from
tools/and how does that relate tonxdiagrelocation? - Why the removal takes place in this commit?
- There is no message explaining the change - what was changed into what and what changes are related?
- I guess you want to move some stuff from
nuttx/toolstonuttx-apps/../nxdiag. But what if other folks used thatnuttx/toolsstuff already for other purpose? What if it has to be moved back again or re-created innuttx/toolsfor some reason resulting in tools inconsistency? - Couldn't
nxdiaguse thenuttx/toolsstuff already as a most compatible way so we keep all tools in thenuttx/tools? - Doesn't it require some documentation explanation?
- I am in general not fan of removing working stuff. If there is a bigger consensus for this please convince me otherwise :-)
|
51f92a8 to
874fad2
Compare
There was a problem hiding this comment.
Perfect! Thank you @eren-terzioglu !! :-)
I have restarted the CI jobs.. lets see if there are still some build errors.. probably comes from dependency on apache/nuttx#15304 ? :-)
874fad2 to
38e23dc
Compare
Thanks, Could it be? Update: It does and fixed |
38e23dc to
542ad75
Compare
Nxdiag app build scripts updated due to changes to make diagnostic tools independent from nxdiag app. Change aims that nxdiag app does not a reqirement to fetch system information.
|
All builds fine now, thank you @eren-terzioglu @xiaoxiang781216 :-) |
Summary
Related to apache/nuttx#15304
Change path nxdiag script and remove system diagnostic scripts. Update suggested from apache/nuttx#15304 (comment)
Impact
Common layer update
Testing
esp32c6-devkitc:nshconfig used withSYSTEM_NXDIAGoption enabled