Changeset 0e9e889 in clfs-embedded


Ignore:
Timestamp:
Jan 25, 2009, 12:59:04 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
c1f3dad
Parents:
86679e2
Message:

Starting Busybox Updates

Files:
2 added
4 deleted
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/arm-chapter.xml

    r86679e2 r0e9e889  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/busybox.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • BOOK/final-system/common/busybox.xml

    r86679e2 r0e9e889  
    3030    <title>Installation of Busybox</title>
    3131
    32     <para os="p1">The following patch fixes some issues that are related to the
    33     headers we are using:</para>
     32    <para os="p1">The following patch contains a number of updates to the
     33    &busybox-version; branch by the Busybox developers:</para>
    3434
    35 <screen os="p2"><userinput>patch -Np1 -i ../&busybox-fixes-patch;</userinput></screen>
    36 
    37     <para os="p3">The following patch corrects some includes in
    38     <filename>iptunnel.c</filename> to be compatible with the sanatized
    39     kernel headers installed earlier:</para>
    40 
    41 <screen os="p4"><userinput>patch -Np1 -i ../&busybox-iptunnel_headers-patch;</userinput></screen>
     35<screen os="p2"><userinput>patch -Np1 -i ../&busybox-branch_update-patch;</userinput></screen>
    4236
    4337    <para os="a">Create the default configuration:</para>
     
    7771    <para os="f">Compile the package:</para>
    7872
    79 <screen os="g"><userinput>make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>
     73<screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>
    8074
    8175    <para os="h">Install the package:</para>
    8276
    83 <screen os="i"><userinput>make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \
     77<screen os="i"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \
    8478    CONFIG_PREFIX="${CLFS}" install</userinput></screen>
    8579
  • BOOK/final-system/mips-chapter.xml

    r86679e2 r0e9e889  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/busybox.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • BOOK/final-system/wrt-chapter.xml

    r86679e2 r0e9e889  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/busybox.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/>
  • BOOK/final-system/x86-chapter.xml

    r86679e2 r0e9e889  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/busybox.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/busybox.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
  • BOOK/materials/common/patches.xml

    r86679e2 r0e9e889  
    3838
    3939    <varlistentry>
    40       <term>Busybox Fixes Patch - <token>&busybox-fixes-patch-size;</token>:</term>
     40      <term>Busybox Branch Update Patch - <token>&busybox-branch_update-patch-size;</token>:</term>
    4141      <listitem>
    4242        <para>Download: <ulink
    43         url="&patches-root;&busybox-fixes-patch;"/></para>
    44         <para>MD5 sum: <literal>&busybox-fixes-patch-md5;</literal></para>
    45       </listitem>
    46     </varlistentry>
    47 
    48     <varlistentry>
    49       <term>Busybox Iptunnel Headers Patch - <token>&busybox-iptunnel_headers-patch-size;</token>:</term>
    50       <listitem>
    51         <para>Download: <ulink
    52         url="&patches-root;&busybox-iptunnel_headers-patch;"/></para>
    53         <para>MD5 sum: <literal>&busybox-iptunnel_headers-patch-md5;</literal></para>
     43        url="&patches-root;&busybox-branch_update-patch;"/></para>
     44        <para>MD5 sum: <literal>&busybox-branch_update-patch-md5;</literal></para>
    5445      </listitem>
    5546    </varlistentry>
  • BOOK/patches.ent

    r86679e2 r0e9e889  
    1313<!ENTITY binutils-posix-patch-size "4 KB">
    1414
    15 <!ENTITY busybox-fixes-patch "busybox-&busybox-version;-fixes-1.patch">
    16 <!ENTITY busybox-fixes-patch-md5 "984f771a81475c234b1fc3f92c672b4d">
    17 <!ENTITY busybox-fixes-patch-size "16 KB">
    18 
    19 <!ENTITY busybox-iptunnel_headers-patch "busybox-&busybox-version;-iptunnel_headers-1.patch">
    20 <!ENTITY busybox-iptunnel_headers-patch-md5 "f0771cde6810a68c5459683b8c5e69b31">
    21 <!ENTITY busybox-iptunnel_headers-patch-size "4 KB">
     15<!ENTITY busybox-branch_update-patch "busybox-&busybox-version;-branch_update-1.patch">
     16<!ENTITY busybox-branch_update-patch-md5 "878f435f7ab3a7bc8dfffaeb7038a6da">
     17<!ENTITY busybox-branch_update-patch-size "8 KB">
    2218
    2319<!--
Note: See TracChangeset for help on using the changeset viewer.