Changeset 0bd9c19 for general/sysutils/bluez.xml
- Timestamp:
- 09/15/2017 05:30:09 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 572553b
- Parents:
- 3797abc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/bluez.xml
r3797abc r0bd9c19 102 102 <para> 103 103 If you are building this package to use bluetooth devices (rather than as a 104 build dependency), enable the following options in the kernel configuration 104 build dependency), enable the following options in the kernel configuration, 105 also the options below the next paragraph if you intend to run the tests, 105 106 and recompile the kernel if necessary: 106 107 </para> 107 108 108 <!-- FIXME this needs something else in CONFIG_CRYPTO_ to stop the test-gatt109 unit test timing out and then segfaulting (see comment re make check) -->110 109 <screen><literal>[*] Networking support ---> [CONFIG_NET] 111 110 </M> Bluetooth subsystem support ---> [CONFIG_BT] … … 121 120 <*/M> RF switch subsystem support ---> [CONFIG_RFKILL]</literal></screen> 122 121 122 <para> 123 If you wish to run the testsuite (even if treating this package as a build 124 dependency), you will need to enable the following options in the kernel 125 configuration and recompile the kernel if necessary: 126 </para> 127 128 <screen><literal>[*] Networking support ---> [CONFIG_NET] 129 -*- Cryptographic API ---> [CONFIG_CRYPTO] 130 </M> User-space interface for hash algorithms [CONFIG_CRYPTO_USER_API_HASH] 131 </M> User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]</literal></screen> 132 123 133 <indexterm zone="bluez bluez-kernel"> 124 134 <primary sortas="d-bluez">bluez</primary> … … 156 166 <para> 157 167 To test the results, issue: <userinput>make check</userinput>. 158 One test (unit/test-gatt) may fail with a segmentation fault.159 This appears to happen if one of the kernel CONFIG_CRYPTO_160 items is not set, but the exact item has not been determined.161 168 </para> 162 169
Note:
See TracChangeset
for help on using the changeset viewer.