- Timestamp:
- Jan 25, 2009, 9:41:00 AM (16 years ago)
- Branches:
- master
- Children:
- 3139927
- Parents:
- 6533111
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/uclibc.xml
r6533111 r128905d 35 35 href="../x86/uclibc.xml" 36 36 xpointer="xpointer(//*[@os='e'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"39 href="../x86/uclibc.xml"40 xpointer="xpointer(//*[@os='p1'])"/>41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"43 href="../x86/uclibc.xml"44 xpointer="xpointer(//*[@os='p2'])"/>45 37 46 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/arm/variables.xml
r6533111 r128905d 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../ x86/variables.xml"30 href="../mips/variables.xml" 31 31 xpointer="xpointer(//*[@os='e1'])"/> 32 32 -
BOOK/cross-tools/mips/uclibc.xml
r6533111 r128905d 36 36 href="../x86/uclibc.xml" 37 37 xpointer="xpointer(//*[@os='e'])"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"40 href="../x86/uclibc.xml"41 xpointer="xpointer(//*[@os='p1'])"/>42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"44 href="../x86/uclibc.xml"45 xpointer="xpointer(//*[@os='p2'])"/>46 38 47 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/x86/uclibc.xml
r6533111 r128905d 34 34 do a more custom build for your uClibc installation.</para> 35 35 </note> 36 37 <para os="p1">The following patch creates a condition in a header so that38 the struct flock will not be redefined:</para>39 40 <screen os="p2"><userinput>patch -Np1 -i ../&uclibc-flock_fixes-patch;</userinput></screen>41 36 42 37 <para os="f">Create the default configuration:</para> -
BOOK/materials/common/patches.xml
r6533111 r128905d 55 55 </varlistentry> 56 56 57 <!-- 57 58 <varlistentry> 58 59 <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term> … … 63 64 </listitem> 64 65 </varlistentry> 66 --> 65 67 66 68 <varlistentry> … … 101 103 102 104 <varlistentry> 103 <term>uClibc Flock Fixes Patch - <token>&uclibc-flock_fixes-patch-size;</token>:</term>105 <term>uClibc Branch Update Patch - <token>&uclibc-branch_update-patch-size;</token>:</term> 104 106 <listitem> 105 <para>Download s: <ulink106 url="&patches-root;&uclibc- flock_fixes-patch;"/></para>107 <para>MD5 sum: <literal>&uclibc- flock_fixes-patch-md5;</literal></para>107 <para>Download: <ulink 108 url="&patches-root;&uclibc-branch_update-patch;"/></para> 109 <para>MD5 sum: <literal>&uclibc-branch_update-patch-md5;</literal></para> 108 110 </listitem> 109 111 </varlistentry> -
BOOK/packages.ent
r6533111 r128905d 29 29 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 30 30 31 <!ENTITY gcc-version "4.3. 2">32 <!ENTITY gcc-size "57, 648KB">33 <!ENTITY gcc-url " &gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">34 <!ENTITY gcc-md5 " 5dfac5da961ecd5f227c3175859a486d">31 <!ENTITY gcc-version "4.3.3"> 32 <!ENTITY gcc-size "57,984 KB"> 33 <!ENTITY gcc-url "ftp://gcc.gnu.org/pub/gcc/releases/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 34 <!ENTITY gcc-md5 "cc3c5565fdb9ab87a05ddb106ba0bd1f "> 35 35 <!ENTITY gcc-home "http://gcc.gnu.org"> 36 36 -
BOOK/patches.ent
r6533111 r128905d 21 21 <!ENTITY busybox-iptunnel_headers-patch-size "4 KB"> 22 22 23 <!-- 23 24 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-2.patch"> 24 25 <!ENTITY gcc-branch_update-patch-md5 "07a92e6f10d82ae3ae634a993d6bde82"> 25 26 <!ENTITY gcc-branch_update-patch-size "864 KB"> 27 --> 26 28 27 29 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch"> 28 <!ENTITY gcc-posix-patch-md5 " ed26ea522e014b2e39adf066bd44053b">30 <!ENTITY gcc-posix-patch-md5 "ccc0d5f959234bf4fed2b6fa338d6117"> 29 31 <!ENTITY gcc-posix-patch-size "16 KB"> 30 32 … … 41 43 <!ENTITY mpfr-branch_update-patch-size "20 KB"> 42 44 43 <!ENTITY uclibc- flock_fixes-patch "uClibc-&uclibc-version;-flock_fixes-1.patch">44 <!ENTITY uclibc- flock_fixes-patch-md5 "aaff25f9503fe380f82be79f82aa04e9">45 <!ENTITY uclibc- flock_fixes-patch-size "24KB">45 <!ENTITY uclibc-branch_update-patch "uclibc-&uclibc-version;-branch_update-1.patch"> 46 <!ENTITY uclibc-branch_update-patch-md5 "aba411c0c1b35e1802ef9cac92b62d1f"> 47 <!ENTITY uclibc-branch_update-patch-size "88 KB"> 46 48 47 49 <!ENTITY zlib-destdir-patch "zlib-&zlib-version;-DESTDIR-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.