aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-12-14 15:13:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:10:45 +0000
commit8a76f80cabb8df5959707ee708f2c00b28a784e7 (patch)
tree66b35267a2986ffb222136c803be980de6c52f71 /meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
parent08b2bb292ec9da38e399fe4fe00da5cc0ee0ea4c (diff)
downloadopenembedded-core-contrib-8a76f80cabb8df5959707ee708f2c00b28a784e7.tar.gz
linux-yocto-tiny: New kernel recipe for tiny distros
linux-yocto-tiny drops the linux-tools and sets the KMACHINE branch to standard/tiny. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
new file mode 100644
index 0000000000..70572188aa
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
@@ -0,0 +1,19 @@
+# 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
+