diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2015-10-27 10:51:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:12 +0000 |
| commit | 88e45cdd4dd1133a4d6cd3b7b288a32b6f134251 (patch) | |
| tree | d59bb56e4358786cd022d0b470a221bf4e3a7dfe /meta/recipes-core/busybox/busybox_1.24.1.bb | |
| parent | 87de4a1cc33341d408eb6f84aaa07c58d81e31f4 (diff) | |
| download | poky-88e45cdd4dd1133a4d6cd3b7b288a32b6f134251.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
| -rw-r--r-- | meta/recipes-core/busybox/busybox_1.24.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb index 92bbee13a8..7d2a7b203c 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb | |||
| @@ -36,6 +36,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | |||
| 36 | file://sha1sum.cfg \ | 36 | file://sha1sum.cfg \ |
| 37 | file://sha256sum.cfg \ | 37 | file://sha256sum.cfg \ |
| 38 | file://getopts.cfg \ | 38 | file://getopts.cfg \ |
| 39 | file://resize.cfg \ | ||
| 39 | " | 40 | " |
| 40 | 41 | ||
| 41 | SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a" | 42 | SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a" |
