[oe-commits] Ash Charles : busybox: Include 'mesg' utility

git at git.openembedded.org git at git.openembedded.org
Sat Feb 7 18:53:18 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 7ec6f8290910c242d6e58110c30b3ffbdff274e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7ec6f8290910c242d6e58110c30b3ffbdff274e4

Author: Ash Charles <ashcharles at gmail.com>
Date:   Thu Jan 29 13:34:40 2015 -0800

busybox: Include 'mesg' utility

The 'dot.profile' supplied by base-files calls 'mesg'.  For simple
images using busybox e.g. core-image-minimal, this utility should be
available to avoid errors on login:

 -sh: mesg: command not found

Provide mesg with busybox.

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.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..c200ee0 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -441,7 +441,7 @@ CONFIG_FEATURE_KILL_DELAY=0
 # CONFIG_FEATURE_INIT_COREDUMPS is not set
 # CONFIG_FEATURE_INITRD is not set
 CONFIG_INIT_TERMINAL_TYPE=""
-# CONFIG_MESG is not set
+CONFIG_MESG=y
 # CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set
 
 #



More information about the Openembedded-commits mailing list