Changeset 1a84a38 in clfs-sysroot
- Timestamp:
- Jan 31, 2009, 6:12:46 AM (16 years ago)
- Branches:
- master
- Children:
- da4f062
- Parents:
- 95cf62c
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/alpha/linux-headers.xml
r95cf62c r1a84a38 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 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" 30 38 xpointer="xpointer(//*[@os='b'])"/> 31 39 -
BOOK/cross-tools/arm/linux-headers.xml
r95cf62c r1a84a38 27 27 28 28 <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> 29 34 30 35 <para os="b">Install the header files that are common to all architectures:</para> -
BOOK/cross-tools/hppa/linux-headers.xml
r95cf62c r1a84a38 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 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" 30 38 xpointer="xpointer(//*[@os='b'])"/> 31 39 -
BOOK/cross-tools/x86/linux-headers.xml
r95cf62c r1a84a38 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 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" 30 38 xpointer="xpointer(//*[@os='b'])"/> 31 39 -
BOOK/general.ent
r95cf62c r1a84a38 3 3 <!ENTITY month "01"> <!-- Use two digits --> 4 4 <!ENTITY month_name "Janurary"> 5 <!ENTITY day " 07"> <!-- Use two digits -->5 <!ENTITY day "31"> <!-- Use two digits --> 6 6 <!ENTITY year "2009"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r95cf62c r1a84a38 36 36 </listitem> 37 37 --> 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> 38 48 39 49 <listitem> -
BOOK/materials/common/patches.xml
r95cf62c r1a84a38 110 110 111 111 <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> 112 121 <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term> 113 122 <listitem> -
BOOK/patches.ent
r95cf62c r1a84a38 45 45 <!ENTITY inetutils-man_pages-patch-size "4 KB"> 46 46 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 47 51 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch"> 48 52 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">
Note:
See TracChangeset
for help on using the changeset viewer.