diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-01-02 11:21:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | 22797e4a43a0a4d77928d1ad5d72c61ed0e7df6e (patch) | |
tree | 71ae1c61fd127a6b7d6ad606e044bf83f11b88c8 /meta | |
parent | c7e4495b2c679253859c84b23f885b8890da6463 (diff) | |
download | poky-22797e4a43a0a4d77928d1ad5d72c61ed0e7df6e.tar.gz |
busybox: Enable mountpoint and setsid applets
This is needed by some init system services and if
init system is not sysvinit then we dont have it, therefore
its useful to have it provided via busybox as a backup
Enable CONFIG_SETSID to get setsid, needed by runit
(From OE-Core rev: 456010a042e17d2f5f1314248e2b9f1a3a1a8d93)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 0c4099031f..d11707abc3 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig | |||
@@ -815,13 +815,13 @@ CONFIG_DC=y | |||
815 | # CONFIG_FEATURE_MAKEDEVS_TABLE is not set | 815 | # CONFIG_FEATURE_MAKEDEVS_TABLE is not set |
816 | # CONFIG_MAN is not set | 816 | # CONFIG_MAN is not set |
817 | CONFIG_MICROCOM=y | 817 | CONFIG_MICROCOM=y |
818 | # CONFIG_MOUNTPOINT is not set | 818 | CONFIG_MOUNTPOINT=y |
819 | # CONFIG_MT is not set | 819 | # CONFIG_MT is not set |
820 | # CONFIG_RAIDAUTORUN is not set | 820 | # CONFIG_RAIDAUTORUN is not set |
821 | # CONFIG_READAHEAD is not set | 821 | # CONFIG_READAHEAD is not set |
822 | # CONFIG_RUNLEVEL is not set | 822 | # CONFIG_RUNLEVEL is not set |
823 | # CONFIG_RX is not set | 823 | # CONFIG_RX is not set |
824 | # CONFIG_SETSID is not set | 824 | CONFIG_SETSID=y |
825 | # CONFIG_SETFATTR is not set | 825 | # CONFIG_SETFATTR is not set |
826 | CONFIG_STRINGS=y | 826 | CONFIG_STRINGS=y |
827 | CONFIG_TIME=y | 827 | CONFIG_TIME=y |