summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny/net.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/net.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/net.cfg')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg b/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
deleted file mode 100644
index ab6d1eed56..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny/net.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
1# +246k bzImage
2
3# Basic socket support
4CONFIG_NET=y
5CONFIG_UNIX=y
6CONFIG_NETWORK_FILESYSTEMS=y
7CONFIG_NLATTR=y
8
9# INET TCP/IP
10CONFIG_INET=y
11CONFIG_TCP_CONG_CUBIC=y
12CONFIG_DEFAULT_TCP_CONG="cubic"
13
14# Disable certain new defaults
15# bzImage ~ -200k
16# Using allnoconfig internally would eliminate the need for this
17# CONFIG_XFRM is not set
18# CONFIG_IPV6 is not set
19# CONFIG_WIRELESS is not set
20# CONFIG_IPCOMP_XFRM is not set
21# IPSEC
22# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
23# CONFIG_INET_XFRM_MODE_TUNNEL is not set
24# CONFIG_INET_XFRM_MODE_BEET is not set
25#
26# CONFIG_INET_DIAG is not set