Changeset 3800899 in clfs-embedded


Ignore:
Timestamp:
Nov 9, 2006, 5:15:09 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1cb50fc
Parents:
4ef72df
Message:

Added note about make menuconfig to Busybox
Fixed Patches Root for downloading

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/busybox.xml

    r4ef72df r3800899  
    3939<screen os="b"><userinput>make defconfig</userinput></screen>
    4040
    41    <para os="c">We will need to edit the configuration file, to make sure everything gets
     41    <note os="c">
     42      <para>Below we are just telling Busybox to use the default configuration of
     43      uClibc. For those for more adventureous, you can use make menuconfig, and
     44      do a more custom build of your Busybox.</para>
     45    </note>
     46
     47   <para os="d">We will need to edit the configuration file, to make sure everything gets
    4248   compiled and put into it's proper locations:</para>
    4349
    44 <screen os="d"><userinput>cp .config .config.orig
     50<screen os="e"><userinput>cp .config .config.orig
    4551sed -e "s:# USING_CROSS_COMPILER.*:USING_CROSS_COMPILER=y:" \
    4652    -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CLFS_TARGET}-\":" \
    4753    .config.orig > .config</userinput></screen>
    4854
    49     <para os="e">Compile the package:</para>
     55    <para os="f">Compile the package:</para>
    5056
    51 <screen os="f"><userinput>make CROSS="${CLFS_TARGET}-" PREFIX="${CLFS}" busybox</userinput></screen>
     57<screen os="g"><userinput>make CROSS="${CLFS_TARGET}-" PREFIX="${CLFS}" busybox</userinput></screen>
    5258
    53     <para os="g">Install the package:</para>
     59    <para os="h">Install the package:</para>
    5460
    55 <screen os="h"><userinput>make PREFIX="${CLFS}" install</userinput></screen>
    56 
     61<screen os="i"><userinput>make PREFIX="${CLFS}" install</userinput></screen>
    5762
    5863  </sect2>
  • BOOK/patches.ent

    r4ef72df r3800899  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY patches-root "http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/">
    4 <!ENTITY patches-3.0-root "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-3.0/patches/">
     3<!ENTITY patches-root "http://svn.cross-lfs.org/svn/repos/cross-lfs/branches/clfs-3.0/patches/">
    54
    65<!-- Start of Common Patches -->
Note: See TracChangeset for help on using the changeset viewer.