Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] busybox: enable 'resize' in defconfig
@ 2014-11-21 10:22 Chen Qi
  2014-11-21 10:22 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2014-11-21 10:22 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 4a888b2ab61662c7f749b5d1e64af92ed613d8eb:

  gtk+: drop part of patch adding useless file (2014-11-20 14:08:57 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/busybox-resize
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/busybox-resize

Chen Qi (1):
  busybox: enable 'resize' in defconfig

 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] busybox: enable 'resize' in defconfig
  2014-11-21 10:22 [PATCH 0/1] busybox: enable 'resize' in defconfig Chen Qi
@ 2014-11-21 10:22 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2014-11-21 10:22 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 8394067..0ebe83d 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -327,7 +327,7 @@ CONFIG_LOADFONT=y
 CONFIG_LOADKMAP=y
 CONFIG_OPENVT=y
 CONFIG_RESET=y
-# CONFIG_RESIZE is not set
+CONFIG_RESIZE=y
 # CONFIG_FEATURE_RESIZE_PRINT is not set
 CONFIG_SETCONSOLE=y
 # CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-21 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 10:22 [PATCH 0/1] busybox: enable 'resize' in defconfig Chen Qi
2014-11-21 10:22 ` [PATCH 1/1] " Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox