aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_git.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-10-27 10:51:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-01 21:31:01 +0000
commit2136fecd662a6eeea02322628021de7982b5d35e (patch)
tree3a538f3b462e5fd1280c5dadde7839a6a0db616a /meta/recipes-core/busybox/busybox_git.bb
parentb47ff1605940694150e497d8f18d6201e1627415 (diff)
downloadopenembedded-core-contrib-2136fecd662a6eeea02322628021de7982b5d35e.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. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_git.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
index d968fad4f9..220977ac60 100644
--- a/meta/recipes-core/busybox/busybox_git.bb
+++ b/meta/recipes-core/busybox/busybox_git.bb
@@ -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"