Changeset 06b153c in clfs-sysroot


Ignore:
Timestamp:
Mar 15, 2009, 6:11:15 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
72d10d2
Parents:
30fab4d
Message:

Updated the Linux Kernel to 2.6.28.7.

Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/linux-headers.xml

    r30fab4d r06b153c  
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../arm/linux-headers.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/linux-headers.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../arm/linux-headers.xml"
    3830    xpointer="xpointer(//*[@os='b'])"/>
    3931
  • BOOK/cross-tools/arm/linux-headers.xml

    r30fab4d r06b153c  
    2727
    2828    <para os="a">For this step you will need the kernel tarball.</para>
    29 
    30     <para os="p1">The following patch contains a fix for a header that will prevent
    31     kbd from compiling properly:</para>
    32 
    33 <screen os="p2"><userinput>patch -Np1 -i ../&linux-serial-patch;</userinput></screen>
    3429
    3530    <para os="b">Install the header files that are common to all architectures:</para>
  • BOOK/cross-tools/hppa/linux-headers.xml

    r30fab4d r06b153c  
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../arm/linux-headers.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/linux-headers.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../arm/linux-headers.xml"
    3830    xpointer="xpointer(//*[@os='b'])"/>
    3931
  • BOOK/cross-tools/x86/linux-headers.xml

    r30fab4d r06b153c  
    2828    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929    href="../arm/linux-headers.xml"
    30     xpointer="xpointer(//*[@os='p1'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../arm/linux-headers.xml"
    34     xpointer="xpointer(//*[@os='p2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../arm/linux-headers.xml"
    3830    xpointer="xpointer(//*[@os='b'])"/>
    3931
  • BOOK/introduction/common/changelog.xml

    r30fab4d r06b153c  
    4040      <para>March 15, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated the Linux Kernel to 2.6.28.7.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Man-Pages to 3.19.</para>
  • BOOK/materials/common/patches.xml

    r30fab4d r06b153c  
    164164
    165165    <varlistentry>
    166       <term>Linux Serial Header Fix Patch - <token>&linux-serial-patch-size;</token>:</term>
    167       <listitem>
    168         <para>Download: <ulink
    169         url="&patches-root;&linux-serial-patch;"/></para>
    170         <para>MD5 sum: <literal>&linux-serial-patch-md5;</literal></para>
    171       </listitem>
    172     </varlistentry>
    173 
    174     <varlistentry>
    175166      <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
    176167      <listitem>
  • BOOK/packages.ent

    r30fab4d r06b153c  
    186186<!ENTITY linux-dl-version "2.6">
    187187
    188 <!ENTITY linux-version "2.6.28.2">
    189 <!ENTITY linux-size "51,468 KB">
     188<!ENTITY linux-version "2.6.28.7">
     189<!ENTITY linux-size "51,483 KB">
    190190<!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
    191 <!ENTITY linux-md5 "8fce853ebfe658f0833d34bb1dc14d86">
     191<!ENTITY linux-md5 "72d7d509c1f997e6d043bc9c683d89f1">
    192192<!ENTITY linux-home "http://www.kernel.org">
    193193
  • BOOK/patches.ent

    r30fab4d r06b153c  
    6969<!ENTITY iputils-manpages-patch-size "29 KB">
    7070
    71 <!ENTITY linux-serial-patch "linux-&linux-version;-serial_h_fix-1.patch">
    72 <!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
    73 <!ENTITY linux-serial-patch-size "4 KB">
    74 
    7571<!ENTITY man-new_compressors-patch "man-&man-version;-new_compressors-1.patch">
    7672<!ENTITY man-new_compressors-patch-md5 "efebe29737e80c2f6de4833182f1edb6">
Note: See TracChangeset for help on using the changeset viewer.