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/uhd-host.install | |
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/uhd-host.install')
-rw-r--r-- | host/cmake/debian/uhd-host.install | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/host/cmake/debian/uhd-host.install b/host/cmake/debian/uhd-host.install index 6efbf8fe6..a5688819f 100644 --- a/host/cmake/debian/uhd-host.install +++ b/host/cmake/debian/uhd-host.install @@ -1,4 +1,13 @@ -usr/bin -usr/lib/uhd -usr/share/doc/uhd/doxygen /usr/share/doc/uhd-host/ -debian/NetworkManager-USRP /etc/NetworkManager/system-connections/USRP +debian/NetworkManager-USRP /etc/NetworkManager/system-connections/ +usr/lib/uhd* /usr/lib/ +usr/bin/rfnoc_image_builder +usr/bin/uhd_adc_self_cal +usr/bin/uhd_cal_rx_iq_balance +usr/bin/uhd_cal_tx_dc_offset +usr/bin/uhd_cal_tx_iq_balance +usr/bin/uhd_config_info +usr/bin/uhd_find_devices +usr/bin/uhd_image_loader +usr/bin/uhd_images_downloader +usr/bin/uhd_usrp_probe +usr/bin/usrp2_card_burner |