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

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 06:12:46 PST 2009


Author: jciccone
Date: Sat Jan 31 14:12:46 2009
New Revision: 4595

Log:
Update Date.

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/general.ent
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
    branches/clfs-sysroot/BOOK/materials/common/patches.xml
    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 Sat Jan 31 14:12:46 2009
@@ -27,6 +27,14 @@
 
     <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 Sat Jan 31 14:12:46 2009
@@ -26,6 +26,11 @@
     <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 Sat Jan 31 14:12:46 2009
@@ -27,6 +27,14 @@
 
     <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 Sat Jan 31 14:12:46 2009
@@ -27,6 +27,14 @@
 
     <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/general.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/general.ent (original)
+++ branches/clfs-sysroot/BOOK/general.ent Sat Jan 31 14:12:46 2009
@@ -2,7 +2,7 @@
 
 <!ENTITY month "01"> <!-- Use two digits -->
 <!ENTITY month_name "Janurary">
-<!ENTITY day "07"> <!-- Use two digits -->
+<!ENTITY day "31"> <!-- Use two digits -->
 <!ENTITY year "2009"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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 Sat Jan 31 14:12:46 2009
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>Janurary 31, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Added patch that will fix a build issue with Kbd. The patch is
+                for the linux-headers in final-system.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>Janurary 04, 2009</para>

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 Sat Jan 31 14:12:46 2009
@@ -109,6 +109,15 @@
     </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>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Sat Jan 31 14:12:46 2009
@@ -44,6 +44,10 @@
 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff">
 <!ENTITY inetutils-man_pages-patch-size "4 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 ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
 <!ENTITY ncurses-bashfix-patch-size "4 KB">




More information about the Clfs-commits mailing list