Changeset 6280230 in clfs-embedded for BOOK/final-system/common
- Timestamp:
- Jul 18, 2013, 7:05:51 PM (11 years ago)
- Branches:
- master
- Children:
- 364d698
- Parents:
- feb553b
- git-author:
- Andrew Bradford <andrew@…> (07/15/13 10:54:46)
- git-committer:
- Andrew Bradford <andrew@…> (07/18/13 19:05:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/busybox.xml
rfeb553b r6280230 38 38 --> 39 39 40 <para os="a"> The following patch contains a default configuration for busybox:</para>40 <para os="a">First ensure the BusyBox source is completely clean:</para> 41 41 42 <screen os="b"><userinput>patch -Np1 -i ../&busybox-config-patch; 42 <screen os="b"><userinput>make distclean</userinput></screen> 43 44 <para os="c">The following patch contains a default configuration for busybox:</para> 45 46 <screen os="d"><userinput>patch -Np1 -i ../&busybox-config-patch; 43 47 cp -v clfs/config .config</userinput></screen> 44 48 45 <note os=" c">49 <note os="e"> 46 50 <para>Currently we are just telling Busybox to use a generic 47 51 configuration. For those for more adventurous, you can use … … 50 54 </note> 51 55 52 <para os=" d">The following tells BusyBox to validate the configuration,56 <para os="f">The following tells BusyBox to validate the configuration, 53 57 and makes sure all required options are defined:</para> 54 58 55 <screen os=" e"><userinput>make oldconfig</userinput></screen>59 <screen os="g"><userinput>make oldconfig</userinput></screen> 56 60 57 <para os=" f">Compile the package:</para>61 <para os="h">Compile the package:</para> 58 62 59 <screen os=" g"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>63 <screen os="i"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen> 60 64 61 <para os=" h">Install the package:</para>65 <para os="j">Install the package:</para> 62 66 63 <screen os=" i"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" \67 <screen os="k"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" \ 64 68 CONFIG_PREFIX="${CLFS}" install</userinput></screen> 65 69 66 <para os=" j">If you're going to build your kernel with modules, you will need70 <para os="l">If you're going to build your kernel with modules, you will need 67 71 to make sure <command>depmod.pl</command> is available:</para> 68 72 69 <screen os=" k"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin73 <screen os="m"><userinput>cp examples/depmod.pl ${CLFS}/cross-tools/bin 70 74 chmod 755 ${CLFS}/cross-tools/bin/depmod.pl</userinput></screen> 71 75
Note:
See TracChangeset
for help on using the changeset viewer.