Changeset 1a84a38 in clfs-sysroot


Ignore:
Timestamp:
Jan 31, 2009, 6:12:46 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
da4f062
Parents:
95cf62c
Message:

Update Date.

Location:
BOOK
Files:
8 edited

Legend:

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

    r95cf62c r1a84a38  
    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"
    3038    xpointer="xpointer(//*[@os='b'])"/>
    3139
  • BOOK/cross-tools/arm/linux-headers.xml

    r95cf62c r1a84a38  
    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>
    2934
    3035    <para os="b">Install the header files that are common to all architectures:</para>
  • BOOK/cross-tools/hppa/linux-headers.xml

    r95cf62c r1a84a38  
    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"
    3038    xpointer="xpointer(//*[@os='b'])"/>
    3139
  • BOOK/cross-tools/x86/linux-headers.xml

    r95cf62c r1a84a38  
    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"
    3038    xpointer="xpointer(//*[@os='b'])"/>
    3139
  • BOOK/general.ent

    r95cf62c r1a84a38  
    33<!ENTITY month "01"> <!-- Use two digits -->
    44<!ENTITY month_name "Janurary">
    5 <!ENTITY day "07"> <!-- Use two digits -->
     5<!ENTITY day "31"> <!-- Use two digits -->
    66<!ENTITY year "2009"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r95cf62c r1a84a38  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>Janurary 31, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Added patch that will fix a build issue with Kbd. The patch is
     44                for the linux-headers in final-system.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • BOOK/materials/common/patches.xml

    r95cf62c r1a84a38  
    110110
    111111    <varlistentry>
     112      <term>Linux Serial Header Fix Patch - <token>&linux-serial-patch-size;</token>:</term>
     113      <listitem>
     114        <para>Download: <ulink
     115        url="&patches-root;&linux-serial-patch;"/></para>
     116        <para>MD5 sum: <literal>&linux-serial-patch-md5;</literal></para>
     117      </listitem>
     118    </varlistentry>
     119
     120    <varlistentry>
    112121      <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
    113122      <listitem>
  • BOOK/patches.ent

    r95cf62c r1a84a38  
    4545<!ENTITY inetutils-man_pages-patch-size "4 KB">
    4646
     47<!ENTITY linux-serial-patch "linux-&linux-version;-serial_h_fix-1.patch">
     48<!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
     49<!ENTITY linux-serial-patch-size "4 KB">
     50
    4751<!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
    4852<!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
Note: See TracChangeset for help on using the changeset viewer.