]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Include 'mesg' utility
authorAsh Charles <ashcharles@gmail.com>
Thu, 29 Jan 2015 21:34:40 +0000 (13:34 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:45 +0000 (18:52 +0000)
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@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox/defconfig

index 8394067bedfb6b1510c40721dec4a9c9403d6031..c200ee074d56d9e2a17f80083a77760bf568e35f 100644 (file)
@@ -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
 
 #