Changeset 0bd9c19


Ignore:
Timestamp:
09/15/2017 05:30:09 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
572553b
Parents:
3797abc
Message:

Extra kernel config settings for testing bluez.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19230 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3797abc r0bd9c19  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 14th, &year;">
     9<!ENTITY releasedate  "September 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/bluez.xml

    r3797abc r0bd9c19  
    102102    <para>
    103103      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,
    105106      and recompile the kernel if necessary:
    106107    </para>
    107108
    108 <!-- FIXME this needs something else in CONFIG_CRYPTO_ to stop the test-gatt
    109     unit test timing out and then segfaulting (see comment re make check) -->
    110109<screen><literal>[*] Networking support ---&gt;                [CONFIG_NET]
    111110  &lt;/M&gt; Bluetooth subsystem support ---&gt;    [CONFIG_BT]
     
    121120  &lt;*/M&gt; RF switch subsystem support ---&gt;   [CONFIG_RFKILL]</literal></screen>
    122121
     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 ---&gt;                                     [CONFIG_NET]
     129-*- Cryptographic API ---&gt;                                      [CONFIG_CRYPTO]
     130  &lt;/M&gt; User-space interface for hash algorithms                 [CONFIG_CRYPTO_USER_API_HASH]
     131  &lt;/M&gt; User-space interface for symmetric key cipher algorithms [CONFIG_CRYPTO_USER_API_SKCIPHER]</literal></screen>
     132
    123133    <indexterm zone="bluez bluez-kernel">
    124134      <primary sortas="d-bluez">bluez</primary>
     
    156166    <para>
    157167      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.
    161168    </para>
    162169
  • introduction/welcome/changelog.xml

    r3797abc r0bd9c19  
    4242    </listitem>
    4343-->
     44
     45    <listitem>
     46      <para>September 15th, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[ken] - Update the kernel config requirements for
     50          testing bluez. Fixes
     51          <ulink url="&blfs-ticket-root;9765">#9765</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4456    <listitem>
    4557      <para>September 14th, 2017</para>
Note: See TracChangeset for help on using the changeset viewer.