Changeset 88b0c3d


Ignore:
Timestamp:
Jun 25, 2006, 9:04:33 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
02ce565
Parents:
37819ea
Message:

Updated linux-headers to 2.6.17.1-06252006; Updated the aboot-patch to -3; Added a patch to glibc and the kernel on alpha that fix some inline assembler issues.

Location:
BOOK
Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/aboot-build.xml

    r37819ea r88b0c3d  
    3333    <para>Install the package:</para>
    3434
    35 <screen><userinput>make root="${LFS}" install</userinput></screen>
     35<screen><userinput>make root="${LFS}" bindir=/cross-tools/bin install</userinput></screen>
    3636
    3737  </sect2>
  • BOOK/boot/alpha/kernel.xml

    r37819ea r88b0c3d  
    3030    href="../x86/kernel.xml"
    3131    xpointer="xpointer(//*[@os='a'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../bootable/alpha/kernel.xml"
     35    xpointer="xpointer(//*[@os='ba'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../bootable/alpha/kernel.xml"
     39    xpointer="xpointer(//*[@os='bb'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/alpha/kernel.xml

    r37819ea r88b0c3d  
    2525    href="../x86/kernel.xml"
    2626    xpointer="xpointer(//*[@os='a'])"/>
     27
     28    <para os="ba">The following patch fixes some inline assembler in the kernel:</para>
     29
     30<screen os="bb"><userinput>patch -Np1 -i ../&linux-io_fix-patch;</userinput></screen>
    2731
    2832    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/alpha-chapter.xml

    r37819ea r88b0c3d  
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc-headers.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/gcc-static.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/gcc-final.xml"/>
    2323
  • BOOK/final-system/alpha-chapter.xml

    r37819ea r88b0c3d  
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/linux-headers.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alpha/glibc.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/adjusting.xml"/>
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
  • BOOK/introduction/alpha/changelog.xml

    r37819ea r88b0c3d  
    3535
    3636    <listitem>
     37      <para>June 25, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Added a patch to glibc and the kernel that
     41                fixes a problem with some of the inline assembler.</para>
     42        </listitem>
     43        <listitem>
     44          <para>[jciccone] - Updated the aboot-fixes patch to -3.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    3750      <para>January 5, 2006</para>
    3851      <itemizedlist>
  • BOOK/introduction/common/changelog.xml

    r37819ea r88b0c3d  
    3838
    3939    <listitem>
     40      <para>Date</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated to linux-headers-2.6.17.1-06252006.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>June 24, 2006</para>
    4150      <itemizedlist>
  • BOOK/materials/alpha/patches.xml

    r37819ea r88b0c3d  
    2626    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
    2727
     28    <varlistentry>
     29      <term>Glibc ioperm Fix Patch - <token>&glibc-ioperm_fix-patch-size;</token>:</term>
     30      <listitem>
     31        <para>Download: <ulink
     32        url="&patches-root;&glibc-ioperm_fix-patch;"/></para>
     33        <para>MD5 sum: <literal>&glibc-ioperm_fix-patch-md5;</literal></para>
     34      </listitem>
     35    </varlistentry>
     36
     37    <varlistentry>
     38      <term>Linux IO Fix Patch - <token>&linux-io_fix-patch-size;</token>:</term>
     39      <listitem>
     40        <para>Download: <ulink
     41        url="&patches-root;&linux-io_fix-patch;"/></para>
     42        <para>MD5 sum: <literal>&linux-io_fix-patch-md5;</literal></para>
     43      </listitem>
     44    </varlistentry>
     45
    2846  </variablelist>
    2947
  • BOOK/packages.ent

    r37819ea r88b0c3d  
    251251<!ENTITY linux-home "http://www.kernel.org/">
    252252
    253 <!ENTITY linux-headers-version "&linux-version;-06212006">
    254 <!ENTITY linux-headers-size "1,752 KB">
     253<!ENTITY linux-headers-version "&linux-version;-06252006">
     254<!ENTITY linux-headers-size "1,760 KB">
    255255<!ENTITY linux-headers-url "&packages-root;linux-headers-&linux-headers-version;.tar.bz2">
    256 <!ENTITY linux-headers-md5 "1a42187caf112bd4c5b67a2e724d7615">
     256<!ENTITY linux-headers-md5 "50a0022407efedfdf0681bf84f45b761">
    257257<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
    258258
  • BOOK/patches.ent

    r37819ea r88b0c3d  
    183183<!-- Start of Alpha patches -->
    184184
    185 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;-kernel26_gcc4_fixes-2.patch">
    186 <!ENTITY aboot-alpha-patch-md5 "a3d87db49dcaa343957998a717c51bf3">
    187 <!ENTITY aboot-alpha-patch-size "45 KB">
     185<!ENTITY aboot-alpha-patch "aboot-&aboot-version;-kernel26_gcc4_fixes-3.patch">
     186<!ENTITY aboot-alpha-patch-md5 "8b6d937330eb120f5ce0135621c3845a">
     187<!ENTITY aboot-alpha-patch-size "100 KB">
     188
     189<!ENTITY glibc-ioperm_fix-patch "glibc-&glibc-version;-alpha_ioperm_fix-1.patch">
     190<!ENTITY glibc-ioperm_fix-patch-md5 "3a50c4055d2f72248eb656eb2d15edec">
     191<!ENTITY glibc-ioperm_fix-patch-size "4 KB">
     192
     193<!ENTITY linux-io_fix-patch "linux-&linux-version;-alpha_io_fix-1.patch">
     194<!ENTITY linux-io_fix-patch-md5 "67f66a5d252e5b82f4aeb3b06f4e5735">
     195<!ENTITY linux-io_fix-patch-size "4 KB">
    188196
    189197<!-- Start of mips/mips64 patches -->
Note: See TracChangeset for help on using the changeset viewer.