From: Ash Charles Date: Thu, 29 Jan 2015 21:34:40 +0000 (-0800) Subject: busybox: Include 'mesg' utility X-Git-Tag: 2015-4~505 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7ec6f8290910c242d6e58110c30b3ffbdff274e4;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 8394067bed..c200ee074d 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 #