[Clfs-commits] commit: r4856 - in /branches/clfs-sysroot: BOOK/ BOOK/cross-tools/alpha/ BOOK/cross-tools/arm/ BOOK/cross-tools/hppa/ BOOK/cross-tools/x86/ BOOK/introduction/common/ BOOK/materials/common/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 18:11:16 PDT 2009


Author: jciccone
Date: Mon Mar 16 01:11:15 2009
New Revision: 4856

Log:
Updated the Linux Kernel to 2.6.28.7.

Removed:
    branches/clfs-sysroot/patches/linux-2.6.28.2-serial_h_fix-1.patch
Modified:
    branches/clfs-sysroot/BOOK/cross-tools/alpha/linux-headers.xml
    branches/clfs-sysroot/BOOK/cross-tools/arm/linux-headers.xml
    branches/clfs-sysroot/BOOK/cross-tools/hppa/linux-headers.xml
    branches/clfs-sysroot/BOOK/cross-tools/x86/linux-headers.xml
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
    branches/clfs-sysroot/BOOK/materials/common/patches.xml
    branches/clfs-sysroot/BOOK/packages.ent
    branches/clfs-sysroot/BOOK/patches.ent

Modified: branches/clfs-sysroot/BOOK/cross-tools/alpha/linux-headers.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/alpha/linux-headers.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/alpha/linux-headers.xml Mon Mar 16 01:11:15 2009
@@ -27,14 +27,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>make mrproper

Modified: branches/clfs-sysroot/BOOK/cross-tools/arm/linux-headers.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/arm/linux-headers.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/arm/linux-headers.xml Mon Mar 16 01:11:15 2009
@@ -26,11 +26,6 @@
     <title>Installation of Linux-Headers</title>
 
     <para os="a">For this step you will need the kernel tarball.</para>
-
-    <para os="p1">The following patch contains a fix for a header that will prevent
-    kbd from compiling properly:</para>
-
-<screen os="p2"><userinput>patch -Np1 -i ../&linux-serial-patch;</userinput></screen>
 
     <para os="b">Install the header files that are common to all architectures:</para>
 

Modified: branches/clfs-sysroot/BOOK/cross-tools/hppa/linux-headers.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/hppa/linux-headers.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/hppa/linux-headers.xml Mon Mar 16 01:11:15 2009
@@ -27,14 +27,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>make mrproper

Modified: branches/clfs-sysroot/BOOK/cross-tools/x86/linux-headers.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/cross-tools/x86/linux-headers.xml (original)
+++ branches/clfs-sysroot/BOOK/cross-tools/x86/linux-headers.xml Mon Mar 16 01:11:15 2009
@@ -27,14 +27,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../arm/linux-headers.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>make mrproper

Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Mon Mar 16 01:11:15 2009
@@ -39,6 +39,9 @@
     <listitem>
       <para>March 15, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Updated the Linux Kernel to 2.6.28.7.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Updated Man-Pages to 3.19.</para>
         </listitem>

Modified: branches/clfs-sysroot/BOOK/materials/common/patches.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/materials/common/patches.xml (original)
+++ branches/clfs-sysroot/BOOK/materials/common/patches.xml Mon Mar 16 01:11:15 2009
@@ -163,15 +163,6 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Linux Serial Header Fix Patch - <token>&linux-serial-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink
-        url="&patches-root;&linux-serial-patch;"/></para>
-        <para>MD5 sum: <literal>&linux-serial-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
       <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Mon Mar 16 01:11:15 2009
@@ -185,10 +185,10 @@
 
 <!ENTITY linux-dl-version "2.6">
 
-<!ENTITY linux-version "2.6.28.2">
-<!ENTITY linux-size "51,468 KB">
+<!ENTITY linux-version "2.6.28.7">
+<!ENTITY linux-size "51,483 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "8fce853ebfe658f0833d34bb1dc14d86">
+<!ENTITY linux-md5 "72d7d509c1f997e6d043bc9c683d89f1">
 <!ENTITY linux-home "http://www.kernel.org">
 
 <!ENTITY m4-version "1.4.12">

Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Mon Mar 16 01:11:15 2009
@@ -68,10 +68,6 @@
 <!ENTITY iputils-manpages-patch-md5 "fc3ceca15794cc0f9d84a43a21692aeb">
 <!ENTITY iputils-manpages-patch-size "29 KB">
 
-<!ENTITY linux-serial-patch "linux-&linux-version;-serial_h_fix-1.patch">
-<!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
-<!ENTITY linux-serial-patch-size "4 KB">
-
 <!ENTITY man-new_compressors-patch "man-&man-version;-new_compressors-1.patch">
 <!ENTITY man-new_compressors-patch-md5 "efebe29737e80c2f6de4833182f1edb6">
 <!ENTITY man-new_compressors-patch-size "2 KB">




More information about the Clfs-commits mailing list