Page MenuHomeSolus

Initial commit of libsigrok, required for T4063
ClosedPublic

Authored by macifom on Jul 20 2017, 8:22 PM.
Tags
None
Referenced Files
F11065671: D673.id1452.diff
Fri, Aug 11, 5:11 PM
F11065670: D673.id2404.diff
Fri, Aug 11, 5:11 PM
F11065669: D673.id1917.diff
Fri, Aug 11, 5:11 PM
F11046776: D673.diff
Thu, Aug 10, 2:10 PM
F11002728: D673.diff
Mon, Jul 31, 3:40 AM
F10995268: D673.id2404.diff
Wed, Jul 26, 3:45 AM
F10987703: D673.diff
Mon, Jul 24, 6:52 AM
F10925098: D673.id.diff
Jul 10 2023, 6:13 AM
Subscribers
None

Details

Summary

This packages libsigrok which the underlying signal analysis device
abstraction layer supporting the signal analysis tools sigrok-cli and PulseView,
all included in T4063. It depends on libftdi1 (D670) and libserialport (D671).

Test Plan

If sigrok-cli and PulseView are able to connect to supported
signal analyzers then libsigrok is functioning properly.

Diff Detail

Repository
R3725 libsigrok
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

See inline comments.

package.yml
12

These should be listed in alphabetical order, with pkgconfig entries before the rest.

15

Should be pulled in by libftdi1, so no need to list it.

20

Included in system.devel so not needed.

pspec_x86_64.xml
10

Should be programming.library

23

Should be in /usr/lib64/udev/rules.d

41

Static libs should be disabled unless required for other packages.

This revision now requires changes to proceed.Aug 20 2017, 1:56 AM
macifom edited edge metadata.

Changed component, cleaned up builddeps, removed static libraries and changed udev rules destination per review comments.

This revision is now accepted and ready to land.Aug 30 2017, 9:47 AM
Closed by commit R3725:2fc8b654d9e7: Initial commit of libsigrok, required for T4063 (authored by austons <austons@users.noreply.github.com>, committed by DataDrake). · Explain WhySep 16 2017, 8:37 PM
This revision was automatically updated to reflect the committed changes.