summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-04-01 00:19:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-02 04:35:35 +0100
commit38ba43830339785fcd88d668b4b6c3ba5aa01d68 (patch)
tree8e4ae4a6271d6adc85dd934c1849215588a385eb /meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
parent126c5c0c573be0fc9b0bafa5c4ffc1d6e243f272 (diff)
downloadpoky-38ba43830339785fcd88d668b4b6c3ba5aa01d68.tar.gz
tiny: Update linux-yocto-tiny to 3.2
Migrate linux-yocto-tiny from 3.0 to 3.2. The 3.0 recipe was based entirely on recipe-space fragments and was only a proof of concept. The 3.2 linux-yocto meta-data now has a proper tiny KTYPE defined. By default this recipe supports only the qemux86 machine, which builds the common-pc support (including networking, sound, USB, VGA and serial consoles, etc.). New machines can be added and will use the tiny KTYPE, but will need to add any desired hardware support as the base config is very minimal. No filesystems are supported by default, only the initramfs. (From OE-Core rev: 44c556f5300b1d811a1ae71f501320d1a6b0fb2e) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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, 0 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
deleted file mode 100644
index 70572188aa..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny/core.cfg
+++ /dev/null
@@ -1,19 +0,0 @@
1# Basic facilities that shall be present in all kernels
2
3# Needed to execute... anything (like init)
4CONFIG_BINFMT_ELF=y
5
6# Needed by at least the telephony daemon
7CONFIG_SIGNALFD=y
8
9# At least bootlogd requires this
10CONFIG_UNIX98_PTYS=y
11
12# Required for basic IPC and pthread locking support
13CONFIG_SYSVIPC=y
14CONFIG_FUTEX=y
15CONFIG_RT_MUTEXES=y
16
17CONFIG_PROC_FS=y
18CONFIG_SYSFS=y
19