busybox: enable resize applet

The /etc/profile script contains a call to resize, which improves
the usability of shells run on the serial console.

  http://git.openembedded.org/openembedded-core/commit/?id=cc6360f4c4d97e0000f9d3545f381224ee99ce7d

Unfortunately the resize applet is not currently enabled in busybox
defconfig, so resize is never called. Fix that.

(From OE-Core rev: 2136fecd662a6eeea02322628021de7982b5d35e)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2015-10-27 10:51:22 -07:00 committed by Richard Purdie
parent 87de4a1cc3
commit 88e45cdd4d
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONFIG_RESIZE=y
CONFIG_FEATURE_RESIZE_PRINT=y

View File

@ -36,6 +36,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://sha1sum.cfg \
file://sha256sum.cfg \
file://getopts.cfg \
file://resize.cfg \
"
SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a"

View File

@ -42,6 +42,7 @@ SRC_URI = "git://busybox.net/busybox.git \
file://sha1sum.cfg \
file://sha256sum.cfg \
file://getopts.cfg \
file://resize.cfg \
"
DEFAULT_PREFERENCE = "-1"