comparison config @ 1544:e2f722cc97a6

Make busybox build by default, switch override knob to BUSYBOX=1 to use defconfig busybox, always use toybox for oneit, cleanup/fix record-commands logic.
author Rob Landley <rob@landley.net>
date Thu, 06 Sep 2012 05:11:25 -0500
parents 431d5b4ee537
children c3b91b70cc42
comparison
equal deleted inserted replaced
1543:ff7f43a0bee0 1544:e2f722cc97a6
128 # may need extra host binaries added to build/host. This lets you add them. 128 # may need extra host binaries added to build/host. This lets you add them.
129 # In general, you don't want to do this. 129 # In general, you don't want to do this.
130 130
131 # export HOST_EXTRA="lex yacc" 131 # export HOST_EXTRA="lex yacc"
132 132
133 # Get your commands, for both host-tools and simple-root-filesystem, from: 133 # Build with busybox defconfig instead of toybox.
134 #
135 # busybox - busybox configured with with sources/baseconfig-busybox
136 # busybox_defconfig - busybox configured with defconfig
137 # toybox - toybox defconfig (plus busybox with baseconfig-toybox-todo)
138 #
139 # Default is "busybox".
140 134
141 # export TOYBOX=busybox 135 # export BUSYBOX=1
142 136
143 # Set this to continue despite failed patches. 137 # Set this to continue despite failed patches.
144 138
145 # export ALLOW_PATCH_FAILURE=1 139 # export ALLOW_PATCH_FAILURE=1
146 140