Changeset 0e9e889 in clfs-embedded for BOOK/final-system
- Timestamp:
- Jan 25, 2009, 8:59:04 PM (16 years ago)
- Branches:
- master
- Children:
- c1f3dad
- Parents:
- 86679e2
- Location:
- BOOK/final-system
- Files:
-
- 2 deleted
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <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"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/final-system/common/busybox.xml
r86679e2 r0e9e889 30 30 <title>Installation of Busybox</title> 31 31 32 <para os="p1">The following patch fixes some issues that are relatedto the33 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> 34 34 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> 42 36 43 37 <para os="a">Create the default configuration:</para> … … 77 71 <para os="f">Compile the package:</para> 78 72 79 <screen os="g"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen>73 <screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}"</userinput></screen> 80 74 81 75 <para os="h">Install the package:</para> 82 76 83 <screen os="i"><userinput>make ARCH= i386CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \77 <screen os="i"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \ 84 78 CONFIG_PREFIX="${CLFS}" install</userinput></screen> 85 79 -
BOOK/final-system/mips-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <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"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> -
BOOK/final-system/wrt-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <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"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/zlib.xml"/> -
BOOK/final-system/x86-chapter.xml
r86679e2 r0e9e889 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/pkgmgt.xml"/> 16 16 <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"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/e2fsprogs.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iana-etc.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.