diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-21 04:43:58 -0500 |
---|---|---|
committer | Chen Qi <Qi.Chen@windriver.com> | 2014-11-21 18:18:57 +0800 |
commit | f049ff844b4bc4590b8fead39006bf8a4b1d6624 (patch) | |
tree | 465a0316502601f639efc654ae3b3c3288b18982 /meta/classes/allarch.bbclass | |
parent | 4a888b2ab61662c7f749b5d1e64af92ed613d8eb (diff) | |
download | openembedded-core-contrib-ChenQi/busybox-resize.tar.gz |
busybox: enable 'resize' in defconfigChenQi/busybox-resize
Previously, if we have 'bash' installed in our image, we would have the
problem of long command rewriting on the same line which is really annoying.
For example, we might get the following output.
g commandx86:~# echo this is a very very very very long long long long lon
In fact, we are just trying to execute:
root@qemux86:~# echo this is a very very very very long long long long long command
/etc/profile would execute '/usr/bin/resize' if it's available. We need
this command so that we wouldn't get obscure output.
The 'resize' command can be provided by 'xterm' (in meta-oe) or busybox.
So we enable 'resize' in defconfig of busybox to make things work.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/classes/allarch.bbclass')
0 files changed, 0 insertions, 0 deletions