Page MenuHomeSolus

Initial commit of OpenOCD.
ClosedPublic

Authored by ma-renaud on Jan 5 2018, 11:11 PM.
Tags
None
Referenced Files
F11066469: D1891.id4482.diff
Fri, Aug 11, 6:06 PM
F11066468: D1891.id4504.diff
Fri, Aug 11, 6:06 PM
F11066467: D1891.id.diff
Fri, Aug 11, 6:06 PM
F11066466: D1891.id4698.diff
Fri, Aug 11, 6:06 PM
F11066465: D1891.id4479.diff
Fri, Aug 11, 6:06 PM
F11047187: D1891.diff
Thu, Aug 10, 2:58 PM
F10865433: D1891.id4482.diff
Jun 17 2023, 11:32 AM
F10864629: D1891.id4698.diff
Jun 17 2023, 8:42 AM

Details

Reviewers
JoshStrobl
Group Reviewers
Triage Team
Maniphest Tasks
T5463: OpenOCD
Commits
R3956:f09480b51be2: Initial commit of OpenOCD.
Summary

Initial commit of OpenOCD. Resolves T5463

Test Plan

Run openocd -f board/[used board].cfg

This start the communication with the connected board via telnet or gdb.

Diff Detail

Repository
R3956 openocd
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 added inline comments.
package.yml
16

the %configure macro already adds the prefix

23

udev rules should go under /usr/lib64. You can use a single install statement
install -D -m00644 contrib/60-openocd.rules -t $installdir/%libdir%/udev/rules.d/

Remove prefix at configuration and install udev rule in /usr/lib64.

JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
package.yml
2

Should be openocd

This revision now requires changes to proceed.Jan 6 2018, 7:11 PM
ma-renaud edited edge metadata.

Fix package name.

JoshStrobl retitled this revision from Initial commit of OpenOCD. Related to T5463 to Initial commit of OpenOCD..
JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl edited the test plan for this revision. (Show Details)
JoshStrobl added a task: T5463: OpenOCD.
This revision is now accepted and ready to land.Jan 18 2018, 4:49 PM
This revision was automatically updated to reflect the committed changes.