Changeset 631a66d4


Ignore:
Timestamp:
09/16/2012 01:56:18 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
326bb24
Parents:
1001e8c
Message:

Upgrade to Kmod-10. Fixes #3180.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1001e8c r631a66d4  
    4141      <para>2012-09-16</para>
    4242      <itemizedlist>
     43        <listitem>
     44          <para>[matthew] - Upgrade to Kmod-10.  Fixes
     45          <ulink url="&lfs-ticket-root;3180">#3180</ulink>.</para>
     46        </listitem>
    4347        <listitem>
    4448          <para>[matthew] - Fix link to Linux User's Guide.  Fixes
  • chapter01/whatsnew.xml

    r1001e8c r631a66d4  
    113113      <para>Kbd &kbd-version;</para>
    114114    </listitem>-->
    115     <!--<listitem>
     115    <listitem>
    116116      <para>Kmod &kmod-version;</para>
    117     </listitem>-->
     117    </listitem>
    118118    <listitem>
    119119      <para>Less &less-version;</para>
     
    240240    </listitem>
    241241
     242    <listitem>
     243      <para>kmod-9-testsuite-1.patch</para>
     244    </listitem>
     245
    242246  </itemizedlist>
    243247
  • chapter03/patches.xml

    r1001e8c r631a66d4  
    109109
    110110    <varlistentry>
    111       <term>Kmod Testsuite Patch - <token>&kmod-testsuite-patch-size;</token>:</term>
    112       <listitem>
    113         <para>Download: <ulink url="&patches-root;&kmod-testsuite-patch;"/></para>
    114         <para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
    115       </listitem>
    116     </varlistentry>
    117 
    118     <varlistentry>
    119111      <term>Make Upstream Fixes Patch - <token>&make-fixes-patch-size;</token>:</term>
    120112      <listitem>
  • chapter06/kmod.xml

    r1001e8c r631a66d4  
    4141  <sect2 role="installation">
    4242    <title>Installation of Kmod</title>
    43 
    44     <para>Apply the following patch to fix a problem when running the testsuite
    45     on x86 hosts:</para>
    46 
    47 <screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen>
    4843
    4944    <para>Prepare Kmod for compilation:</para>
  • packages.ent

    r1001e8c r631a66d4  
    287287<!ENTITY kbd-ch6-sbu "0.1 SBU">
    288288
    289 <!ENTITY kmod-version "9">
    290 <!ENTITY kmod-size "1,096 KB">
     289<!ENTITY kmod-version "10">
     290<!ENTITY kmod-size "1,099 KB">
    291291<!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz">
    292 <!ENTITY kmod-md5 "c8ae2d2694fbca2b28e238b30543a0cd">
     292<!ENTITY kmod-md5 "e2a883c4df15a50f78a7a61d5b64089f">
    293293<!ENTITY kmod-home " ">
    294294<!ENTITY kmod-ch6-du "30 MB">
  • patches.ent

    r1001e8c r631a66d4  
    6363
    6464
    65 <!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
    66 <!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
    67 <!ENTITY kmod-testsuite-patch-size "2.2 KB">
    68 
    69 
    7065<!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
    7166<!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d">
Note: See TracChangeset for help on using the changeset viewer.