mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. (From OE-Core rev: 8a76f80cabb8df5959707ee708f2c00b28a784e7) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
378 B
INI
20 lines
378 B
INI
# Basic facilities that shall be present in all kernels
|
|
|
|
# Needed to execute... anything (like init)
|
|
CONFIG_BINFMT_ELF=y
|
|
|
|
# Needed by at least the telephony daemon
|
|
CONFIG_SIGNALFD=y
|
|
|
|
# At least bootlogd requires this
|
|
CONFIG_UNIX98_PTYS=y
|
|
|
|
# Required for basic IPC and pthread locking support
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_FUTEX=y
|
|
CONFIG_RT_MUTEXES=y
|
|
|
|
CONFIG_PROC_FS=y
|
|
CONFIG_SYSFS=y
|
|
|