diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-03-25 11:04:24 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-06 14:30:49 -0700 |
commit | 38fb5e262bfa4a86aa465af6d424d982dd3b0a91 (patch) | |
tree | a26fcd6002319efdfd3b0f7758dec49b158ece9e /host/cmake/debian/README.Debian | |
parent | 03070de5541299d419bf5e42b7118d91fed40433 (diff) | |
download | uhd-38fb5e262bfa4a86aa465af6d424d982dd3b0a91.tar.gz uhd-38fb5e262bfa4a86aa465af6d424d982dd3b0a91.tar.bz2 uhd-38fb5e262bfa4a86aa465af6d424d982dd3b0a91.zip |
debian: Update control and package building
- Update dependencies
- Add python3-uhd package
- Add uhd-doc package
In part, this changeset is to further align with the official Debian
upstream at https://salsa.debian.org/bottoms/pkg-uhd.git, which is
maintained by Maitland Bottoms.
Diffstat (limited to 'host/cmake/debian/README.Debian')
-rw-r--r-- | host/cmake/debian/README.Debian | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/host/cmake/debian/README.Debian b/host/cmake/debian/README.Debian index c88087f3e..83cc779d2 100644 --- a/host/cmake/debian/README.Debian +++ b/host/cmake/debian/README.Debian @@ -25,21 +25,23 @@ Settings will not take effect until the user has logged in and out. Multiple packages ----------------- +libuhd4.1.0: + Small package just for the library itself. + +libuhd-dev: + Small package just for developing applications + using the library itself. + uhd-host: - The uhd-host package contains the uhd_find_devices and - uhd_usrp_probe commands for locating and examining USRP devices - available to the host system. + The uhd-host package contains utilities such as the uhd_find_devices and + uhd_usrp_probe commands for locating and examining USRP devices, as well + as other utilities. Also, under /usr/lib/uhd/ are examples, tests and utils directories. The utils include tools for managing the flash memory or EEPROM configuration of various USRPs. -libuhd4.1.0: - Small package just for the library itself. -libuhd-dev: - Small package just for developing applications - using the library itself. UHD Firmware / FPGA images -------------------------- |